JonasGeiping / cramming

Cramming the training of a (BERT-type) language model into limited compute.
MIT License
1.3k stars 100 forks source link

add tqdm bar to eval #17

Closed TahaBinhuraib closed 1 year ago

TahaBinhuraib commented 1 year ago

I believe that this is a valuable repo for many researchers. I just wanted to make a small contribution. I'll be experimenting more with it, and try to provide as much feedback as possible.

JonasGeiping commented 1 year ago

Thank you for your help! Unfortunately, I'm personally not convinced that tqdm-type progress bars are a good idea. If you want to check intermediate results, I would suggest wandb, or the logs.

I don't want to discourage you from contributing changes, I just would rather not merge this one.