[s2s] tiny QOL improvement: run_eval prints scores (#6341)

This commit is contained in:
Sam Shleifer
2020-08-08 02:45:55 -04:00
committed by GitHub
parent 322dffc6c9
commit 99f73bcc71
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ def pack_examples(tok, src_examples, tgt_examples, max_tokens=1024):
new_src, new_tgt = src, tgt
else: # can fit, keep adding
new_src, new_tgt = cand_src, cand_tgt
# import ipdb; ipdb.set_trace()
# cleanup
if new_src: