mirror of https://github.com/explosion/spaCy.git
Train model command n_iteration 20 -> 30 (#2454)
In source code `train.py` default Number of iterations is 30
This commit is contained in:
parent
53a2bc8c8d
commit
741ba80bd5
|
@ -280,7 +280,7 @@ p
|
||||||
+row
|
+row
|
||||||
+cell #[code --n-iter], #[code -n]
|
+cell #[code --n-iter], #[code -n]
|
||||||
+cell option
|
+cell option
|
||||||
+cell Number of iterations (default: #[code 20]).
|
+cell Number of iterations (default: #[code 30]).
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code --n-sents], #[code -ns]
|
+cell #[code --n-sents], #[code -ns]
|
||||||
|
|
Loading…
Reference in New Issue