Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion course4/week1-ungraded-labs/C4_W1_Lab_3_TFS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"base_dir = '/tmp/data'\n",
"\n",
"# Unzip images\n",
"with zipfile.ZipFile('/content/images.zip', 'r') as my_zip:\n",
"with zipfile.ZipFile('images.zip', 'r') as my_zip:\n",
" my_zip.extractall(base_dir)\n",
"\n",
"# Save paths for images of each class\n",
Expand Down