Skip to content

Commit bfac81f

Browse files
committed
Upload download link into notebook
1 parent 875eeb2 commit bfac81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

25_libraries_image_classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
"source": [
501501
"### Load data\n",
502502
"\n",
503-
"Training and test sets are loaded using Pickle library."
503+
"Training and test sets are loaded using Pickle library. If you do not have the dataset already, open this [link](https://www.dropbox.com/scl/fo/p7gfb0kpgkbrrjup340pi/AAkX2u1g-W7290-Aq7gHHvo?rlkey=vdxaj6npfy09ywh17nl8f9v6e&st=8hfq9z20&dl=0) and download it. Place it inside the data folder."
504504
]
505505
},
506506
{
@@ -511,7 +511,7 @@
511511
"outputs": [],
512512
"source": [
513513
"# Sets filepaths\n",
514-
"dataset_folder = os.path.join(\"CIFAR10\")\n",
514+
"dataset_folder = os.path.join(\"data/CIFAR10\")\n",
515515
"train_set_file = os.path.join(dataset_folder, \"train_set.pkl\")\n",
516516
"test_set_file = os.path.join(dataset_folder, \"test_set.pkl\")\n",
517517
"\n",

0 commit comments

Comments
 (0)