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:
brett koonce 2020-11-30 02:54:55 -06:00 committed by GitHub
parent ac3f1bd0da
commit 4de568a545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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