tweak imagenet docs to match current script (#4895)
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
This commit is contained in:
parent
ac3f1bd0da
commit
4de568a545
|
@ -8,7 +8,7 @@ Train on ImageNet with default parameters:
|
|||
|
||||
.. code-block: bash
|
||||
|
||||
python imagenet.py --data_root /path/to/imagenet
|
||||
python imagenet.py --data-path /path/to/imagenet
|
||||
|
||||
or show all options you can change:
|
||||
|
||||
|
|
Loading…
Reference in New Issue