From 82b11b0320bf6732824ca0fcba92bb6904f6b50a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 25 May 2017 17:15:59 -0500 Subject: [PATCH] Remove print statement --- spacy/language.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/language.py b/spacy/language.py index 18fdfccc2..b20bb4617 100644 --- a/spacy/language.py +++ b/spacy/language.py @@ -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(),