pytorch
403ce1a1 - Fix benchmark model names printouts with tqdm (#101627)

Commit
1 year ago
Fix benchmark model names printouts with tqdm (#101627) With the TQDM changes in #100969 -- the models names ended up getting hidden from the benchmark printouts. We would print the model name with no newline, then tqdm would print a `\r` and overwrite the name of the running model. Pull Request resolved: https://github.com/pytorch/pytorch/pull/101627 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading