Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/contrib/cifar10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Configurations:
- [python-fire](https://github.com/google/python-fire): `pip install fire`
- Optional: [clearml](https://github.com/allegroai/clearml): `pip install clearml`

Alternatively, install the all requirements using `pip install -r requirements.txt`.

## Usage:

Run the example on a single GPU:
Expand Down
6 changes: 6 additions & 0 deletions examples/contrib/cifar10/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pytorch-ignite
torchvision
tqdm
tensorboardX
fire
clearml