Minor fix with data_path flag to imagenet script (examples) (#12637)
This commit is contained in:
parent
b1ef41f60a
commit
e8ec547933
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue