Remove print statement

This commit is contained in:
Matthew Honnibal 2017-05-25 17:15:59 -05:00
parent 80cf42e33b
commit 82b11b0320

View File

@ -270,7 +270,6 @@ class Language(object):
if cfg.get('use_gpu'):
Model.ops = CupyOps()
Model.Ops = CupyOps
print("Use GPU")
for proc in self.pipeline:
if hasattr(proc, 'begin_training'):
context = proc.begin_training(get_gold_tuples(),