forked from pytorch/ignite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example of MNIST with tqdm (pytorch#253)
* Example of MNIST with tqdm * Example of MNIST with tqdm--fixing flake8 * Change name from mnist-with-tqdm to mnist. Adding metrics to tqdm bar * Removing comments and __future__ * Delete mnist-with-tqdm.py * Merge functions log_training_loss_start and log_training_loss_end into log_training_loss(ITERATION_COMPLETED) * Simplified example--tqdm only for iterations * Tqdm bar defined outside of the handler * Change from pdbar to pbar, initial value set to zero
- Loading branch information
1 parent
2de993f
commit 7fb9679
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters