Minor fix with data_path flag to imagenet script (examples) (#12637)

This commit is contained in:
Kushashwa Ravi Shrimali 2022-04-06 22:54:50 +05:30 committed by GitHub
parent b1ef41f60a
commit e8ec547933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: