From 989c59918c7c5e1b1c61187b53ec893f7358fcb0 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 3 Oct 2020 18:53:39 +0200 Subject: [PATCH] Update docs [ci skip] --- website/docs/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/cli.md b/website/docs/api/cli.md index 32d73d762..e51e698dd 100644 --- a/website/docs/api/cli.md +++ b/website/docs/api/cli.md @@ -232,7 +232,7 @@ $ python -m spacy init labels [config_path] [output_path] [--code] [--verbose] [ | `--gpu-id`, `-g` | GPU ID or `-1` for CPU. Defaults to `-1`. ~~int (option)~~ | | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | | overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--paths.train ./train.spacy`. ~~Any (option/flag)~~ | -| **CREATES** | The final trained pipeline and the best trained pipeline. | +| **CREATES** | The best trained pipeline and the final checkpoint (if training is terminated). | ## convert {#convert tag="command"}