Bartosz Kuncer

Results 4 issues of Bartosz Kuncer

## Description ## This change adds assert for _doc_stride_, _max_seq_length_ and _max_query_length_ relation (`args.doc_stride

## 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](https://user-images.githubusercontent.com/59650839/162255703-03ee5765-530e-43a6-b7fc-a87407edf92c.png) with: ![image](https://user-images.githubusercontent.com/59650839/162255783-4a6598bb-9623-40e3-b9e6-1a5b071e5df3.png) cc @dmlc/gluon-nlp-team

## Description ## This change introduces sorting of chunks before executing evaluation to reduce padding to minimum and in this way improve performance. ### How the change works ### As...

## Description When you change max_seq_length value from 512 the ETA in eval_validation function does not end on 0. ### Error Message ![image](https://user-images.githubusercontent.com/59650839/162255118-36de0a42-4cac-4659-9861-5060be6f2558.png) ## To Reproduce Change max_seq_length to e.g....

bug