Skip to content

Commit 7b6e65f

Browse files
committed
minor in tutorial
1 parent ef98f57 commit 7b6e65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/ofa.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"source": [
221221
"if cuda_available:\n",
222222
" # 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",
223+
" print(\"Please input the path to the ImageNet dataset.\\n\")\n",
224224
" imagenet_data_path = input()\n",
225225
"\n",
226226
" # if 'imagenet_data_path' is empty, download a subset of ImageNet containing 2000 images (~250M) for test\n",

0 commit comments

Comments
 (0)