mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 16:24:16 +03:00
Restore use of FTRL training
This commit is contained in:
parent
c7adca58a9
commit
137b210bcf
|
@ -40,7 +40,7 @@ from ..strings cimport StringStore
|
|||
from ..gold cimport GoldParse
|
||||
|
||||
|
||||
USE_FTRL = False
|
||||
USE_FTRL = True
|
||||
DEBUG = False
|
||||
def set_debug(val):
|
||||
global DEBUG
|
||||
|
|
Loading…
Reference in New Issue
Block a user