mirror of https://github.com/explosion/spaCy.git
Fix return value of Language.update (closes #3692)
This commit is contained in:
parent
503b8c85f1
commit
7534f7cb44
|
@ -120,7 +120,6 @@ Update the models in the pipeline.
|
|||
| `drop` | float | The dropout rate. |
|
||||
| `sgd` | callable | An optimizer. |
|
||||
| `component_cfg` <Tag variant="new">2.1</Tag> | dict | Config parameters for specific pipeline components, keyed by component name. |
|
||||
| **RETURNS** | dict | Results from the update. |
|
||||
|
||||
## Language.begin_training {#begin_training tag="method"}
|
||||
|
||||
|
|
Loading…
Reference in New Issue