mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Remove print statement
This commit is contained in:
parent
0f41b25f60
commit
808d8740d6
|
@ -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']:
|
||||
|
|
Loading…
Reference in New Issue
Block a user