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: