mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Train loop: sgd
is Optional[Optimizer]
, do not pass false
This commit is contained in:
parent
88889bcb02
commit
7753b88e0d
|
@ -210,7 +210,7 @@ def train_while_improving(
|
||||||
subbatch,
|
subbatch,
|
||||||
drop=dropout,
|
drop=dropout,
|
||||||
losses=losses,
|
losses=losses,
|
||||||
sgd=False, # type: ignore[arg-type]
|
sgd=None,
|
||||||
exclude=exclude,
|
exclude=exclude,
|
||||||
annotates=annotating_components,
|
annotates=annotating_components,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user