mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
Provide default output for evaluate in CLI (#5784)
This commit is contained in:
parent
cb65b36839
commit
ec819fc311
|
@ -45,7 +45,7 @@ def evaluate_cli(
|
|||
def evaluate(
|
||||
model: str,
|
||||
data_path: Path,
|
||||
output: Optional[Path],
|
||||
output: Optional[Path] = None,
|
||||
gpu_id: int = -1,
|
||||
gold_preproc: bool = False,
|
||||
displacy_path: Optional[Path] = None,
|
||||
|
|
Loading…
Reference in New Issue
Block a user