Remove print statement

This commit is contained in:
Matthew Honnibal 2017-10-09 08:45:20 -05:00
parent 0f41b25f60
commit 808d8740d6

View File

@ -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): def print_progress(itn, losses, dev_scores, cpu_wps=0.0, gpu_wps=0.0):
print(locals())
scores = {} scores = {}
for col in ['dep_loss', 'tag_loss', 'uas', 'tags_acc', 'token_acc', for col in ['dep_loss', 'tag_loss', 'uas', 'tags_acc', 'token_acc',
'ents_p', 'ents_r', 'ents_f', 'cpu_wps', 'gpu_wps']: 'ents_p', 'ents_r', 'ents_f', 'cpu_wps', 'gpu_wps']: