We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e181 commit 6753b19Copy full SHA for 6753b19
examples/contrib/cifar10/README.md
@@ -23,6 +23,8 @@ Configurations:
23
- [python-fire](https://github.com/google/python-fire): `pip install fire`
24
- Optional: [clearml](https://github.com/allegroai/clearml): `pip install clearml`
25
26
+Alternatively, install the all requirements using `pip install -r requirements.txt`.
27
+
28
## Usage:
29
30
Run the example on a single GPU:
examples/contrib/cifar10/requirements.txt
@@ -0,0 +1,6 @@
1
+pytorch-ignite
2
+torchvision
3
+tqdm
4
+tensorboardX
5
+fire
6
+clearml
0 commit comments