Provide default output for evaluate in CLI (#5784)

This commit is contained in:
Adriane Boyd 2020-07-20 14:42:46 +02:00 committed by GitHub
parent cb65b36839
commit ec819fc311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,