mirror of https://github.com/explosion/spaCy.git
add train CLI example
This commit is contained in:
parent
5ca57d8221
commit
20113b8063
|
@ -787,6 +787,12 @@ in the section `[paths]`.
|
|||
$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [overrides]
|
||||
```
|
||||
|
||||
> #### Example
|
||||
>
|
||||
> ```cli
|
||||
> $ python -m spacy train config.cfg --paths.train="./train" --paths.dev="./dev" --output output_dir
|
||||
> ```
|
||||
|
||||
| Name | Description |
|
||||
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `config_path` | Path to [training config](/api/data-formats#config) file containing all settings and hyperparameters. If `-`, the data will be [read from stdin](/usage/training#config-stdin). ~~Union[Path, str] \(positional)~~ |
|
||||
|
|
Loading…
Reference in New Issue