CREATES -> PRINTS

This commit is contained in:
Daniël de Kok 2023-01-09 13:39:32 +01:00
parent 7b092a4c5e
commit da6ed3e561

View File

@ -1194,7 +1194,7 @@ $ python -m spacy benchmark speed [model] [data_path] [--batch_size] [--no-shuff
| `--batches` | Number of batches to benchmark on. Defaults to `50`. ~~Optional[int] \(option)~~ | | `--batches` | Number of batches to benchmark on. Defaults to `50`. ~~Optional[int] \(option)~~ |
| `--warmup`, `-w` | Iterations over the benchmark data for warmup. Defaults to `3` ~~Optional[int] \(option)~~ | | `--warmup`, `-w` | Iterations over the benchmark data for warmup. Defaults to `3` ~~Optional[int] \(option)~~ |
| `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ |
| **CREATES** | Pipeline speed with 95% confidence interval. | | **PRINTS** | Pipeline speed with 95% confidence interval. |
## apply {#apply new="3.5" tag="command"} ## apply {#apply new="3.5" tag="command"}