dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.56k stars 538 forks source link

Fix ETA for eval_validation #1585

Open bartekkuncer opened 2 years ago

bartekkuncer commented 2 years ago

Description

Fixes ETA for eval_validation when max_seq_length has been changed.

Fixes: https://github.com/dmlc/gluon-nlp/issues/1586

w/o the fix: image

with: image

cc @dmlc/gluon-nlp-team