PyTorchCML
PyTorchCML copied to clipboard
Fix tqdm for notebooks
Please change all occurences of tqdm from from tqdm import tqdm to from tqdm.auto import tqdm.
Otherwise, model fit is printing a new line of progress bar for every update in the notebook.

Thank you! I will change it immediately.