mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
remove outdated TODO's
This commit is contained in:
parent
e92bd6e1c1
commit
518a1f97f3
|
@ -127,8 +127,6 @@ $ python -m spacy train config.cfg --paths.train ./corpus/train.spacy
|
|||
This section defines settings and controls for the training and evaluation
|
||||
process that are used when you run [`spacy train`](/api/cli#train).
|
||||
|
||||
<!-- TODO: complete -->
|
||||
|
||||
| Name | Description |
|
||||
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `accumulate_gradient` | Whether to divide the batch up into substeps. Defaults to `1`. ~~int~~ |
|
||||
|
|
|
@ -104,11 +104,6 @@ workflows, from data preprocessing to training and packaging your model.
|
|||
|
||||
## Training config {#config}
|
||||
|
||||
<!-- > #### Migration from spaCy v2.x
|
||||
>
|
||||
> TODO: once we have an answer for how to update the training command
|
||||
> (`spacy migrate`?), add details here -->
|
||||
|
||||
Training config files include all **settings and hyperparameters** for training
|
||||
your model. Instead of providing lots of arguments on the command line, you only
|
||||
need to pass your `config.cfg` file to [`spacy train`](/api/cli#train). Under
|
||||
|
|
Loading…
Reference in New Issue
Block a user