Skip to content

Commit 6753b19

Browse files
added requirements.txt and updated readme.md (#1624)
* added requirements.txt and updated readme.md * Update examples/contrib/cifar10/README.md Co-authored-by: vfdev <vfdev.5@gmail.com> * Update examples/contrib/cifar10/requirements.txt Co-authored-by: vfdev <vfdev.5@gmail.com> Co-authored-by: vfdev <vfdev.5@gmail.com>
1 parent 0b3e181 commit 6753b19

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

examples/contrib/cifar10/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Configurations:
2323
- [python-fire](https://github.com/google/python-fire): `pip install fire`
2424
- Optional: [clearml](https://github.com/allegroai/clearml): `pip install clearml`
2525

26+
Alternatively, install the all requirements using `pip install -r requirements.txt`.
27+
2628
## Usage:
2729

2830
Run the example on a single GPU:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytorch-ignite
2+
torchvision
3+
tqdm
4+
tensorboardX
5+
fire
6+
clearml

0 commit comments

Comments
 (0)