When using tqdm, you normally have to print accuracy or loss separately. You can solve this by updating variables that are displayed within tqdm itself.
Loading comments...
When using tqdm, you normally have to print accuracy or loss separately. You can solve this by updating variables that are displayed within tqdm itself.