mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-03 23:33:40 +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
|
from ..gold cimport GoldParse
|
||||||
|
|
||||||
|
|
||||||
USE_FTRL = False
|
USE_FTRL = True
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
def set_debug(val):
|
def set_debug(val):
|
||||||
global DEBUG
|
global DEBUG
|
||||||
|
|
Loading…
Reference in New Issue
Block a user