Remove flag from docs

This commit is contained in:
thomashacker 2023-01-19 15:14:59 +01:00
parent 400b5c7792
commit 6bf9bc2433

View File

@ -11,7 +11,6 @@ menu:
- ['debug', 'debug']
- ['train', 'train']
- ['pretrain', 'pretrain']
- ['rehearse', 'rehearse']
- ['evaluate', 'evaluate']
- ['benchmark', 'benchmark']
- ['apply', 'apply']
@ -1050,7 +1049,7 @@ in the section `[paths]`.
> ```
```bash
$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [--use_rehearse] [overrides]
$ python -m spacy train [config_path] [--output] [--code] [--verbose] [--gpu-id] [overrides]
```
| Name | Description |
@ -1135,7 +1134,6 @@ $ python -m spacy pretrain [config_path] [output_dir] [--code] [--resume-path] [
| overrides | Config parameters to override. Should be options starting with `--` that correspond to the config section and value to override, e.g. `--training.dropout 0.2`. ~~Any (option/flag)~~ |
| **CREATES** | The pretrained weights that can be used to initialize `spacy train`. |
## evaluate {id="evaluate",version="2",tag="command"}
The `evaluate` subcommand is superseded by