Restore use of FTRL training

This commit is contained in:
Matthew Honnibal 2017-04-16 18:02:42 +02:00
parent c7adca58a9
commit 137b210bcf

View File

@ -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