We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef98f57 commit 7b6e65fCopy full SHA for 7b6e65f
tutorial/ofa.ipynb
@@ -220,7 +220,7 @@
220
"source": [
221
"if cuda_available:\n",
222
" # path to the ImageNet dataset\n",
223
- " 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",
224
" imagenet_data_path = input()\n",
225
"\n",
226
" # if 'imagenet_data_path' is empty, download a subset of ImageNet containing 2000 images (~250M) for test\n",
0 commit comments