From e8ec5479333d6043d602b44bb04d711e63e14d2e Mon Sep 17 00:00:00 2001 From: Kushashwa Ravi Shrimali Date: Wed, 6 Apr 2022 22:54:50 +0530 Subject: [PATCH] Minor fix with data_path flag to imagenet script (examples) (#12637) --- pl_examples/domain_templates/imagenet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl_examples/domain_templates/imagenet.py b/pl_examples/domain_templates/imagenet.py index b2b4322d4b..8e8c9bd0f0 100644 --- a/pl_examples/domain_templates/imagenet.py +++ b/pl_examples/domain_templates/imagenet.py @@ -20,7 +20,7 @@ Train on ImageNet with default parameters: .. code-block: bash - python imagenet.py fit --data_path /path/to/imagenet + python imagenet.py fit --model.data_path /path/to/imagenet or show all options you can change: