Skip to content

Commit

Permalink
minor in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
han-cai committed Jun 16, 2020
1 parent ef98f57 commit 7b6e65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/ofa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"source": [
"if cuda_available:\n",
" # path to the ImageNet dataset\n",
" print(\"Please input the path to the ImageNet dataset. (For this tutorial, please use `/home/ec2-user/SageMaker/ILSVRC2012/`)\\n\")\n",
" print(\"Please input the path to the ImageNet dataset.\\n\")\n",
" imagenet_data_path = input()\n",
"\n",
" # if 'imagenet_data_path' is empty, download a subset of ImageNet containing 2000 images (~250M) for test\n",
Expand Down

0 comments on commit 7b6e65f

Please sign in to comment.