From 808d8740d6ed4162256d5ea5dd182a7cf92688a5 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 9 Oct 2017 08:45:20 -0500 Subject: [PATCH] Remove print statement --- spacy/cli/train.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/cli/train.py b/spacy/cli/train.py index e0d09c178..b605f4e61 100644 --- a/spacy/cli/train.py +++ b/spacy/cli/train.py @@ -172,7 +172,6 @@ def _render_parses(i, to_render): def print_progress(itn, losses, dev_scores, cpu_wps=0.0, gpu_wps=0.0): - print(locals()) scores = {} for col in ['dep_loss', 'tag_loss', 'uas', 'tags_acc', 'token_acc', 'ents_p', 'ents_r', 'ents_f', 'cpu_wps', 'gpu_wps']: