From f14108b33a1b120794c579c562e54b7efd89e621 Mon Sep 17 00:00:00 2001 From: sparkingdark Date: Mon, 8 Feb 2021 11:40:46 +0530 Subject: [PATCH 1/3] added requirements.txt and updated readme.md --- examples/contrib/cifar10/README.md | 2 ++ examples/contrib/cifar10/requirements.txt | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 examples/contrib/cifar10/requirements.txt diff --git a/examples/contrib/cifar10/README.md b/examples/contrib/cifar10/README.md index 4ab0fb6ce52b..c8cd7bc89ab4 100644 --- a/examples/contrib/cifar10/README.md +++ b/examples/contrib/cifar10/README.md @@ -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` command instead of typing pip several times. + ## Usage: Run the example on a single GPU: diff --git a/examples/contrib/cifar10/requirements.txt b/examples/contrib/cifar10/requirements.txt new file mode 100644 index 000000000000..e2af1dbdc8c1 --- /dev/null +++ b/examples/contrib/cifar10/requirements.txt @@ -0,0 +1,5 @@ +pytorch-ignite +torchvision +tensorboardX +fire +clearml \ No newline at end of file From ee4e34e1364fcf112e2484e0b735d833bff9ec74 Mon Sep 17 00:00:00 2001 From: Debojyoti Chakraborty Date: Tue, 9 Feb 2021 14:08:39 +0530 Subject: [PATCH 2/3] Update examples/contrib/cifar10/README.md Co-authored-by: vfdev --- examples/contrib/cifar10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/contrib/cifar10/README.md b/examples/contrib/cifar10/README.md index c8cd7bc89ab4..8f4747b76216 100644 --- a/examples/contrib/cifar10/README.md +++ b/examples/contrib/cifar10/README.md @@ -23,7 +23,7 @@ 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` command instead of typing pip several times. +Alternatively, install the all requirements using `pip install -r requirements.txt`. ## Usage: From 8bcd815802f77fc3115ab3df9c3e966d5c9e887f Mon Sep 17 00:00:00 2001 From: Debojyoti Chakraborty Date: Tue, 9 Feb 2021 14:08:48 +0530 Subject: [PATCH 3/3] Update examples/contrib/cifar10/requirements.txt Co-authored-by: vfdev --- examples/contrib/cifar10/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/contrib/cifar10/requirements.txt b/examples/contrib/cifar10/requirements.txt index e2af1dbdc8c1..40f0771f5d94 100644 --- a/examples/contrib/cifar10/requirements.txt +++ b/examples/contrib/cifar10/requirements.txt @@ -1,5 +1,6 @@ pytorch-ignite torchvision +tqdm tensorboardX fire -clearml \ No newline at end of file +clearml