mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove print statement
This commit is contained in:
parent
80cf42e33b
commit
82b11b0320
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user