Skip to content

Commit

Permalink
Added import os
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeMalcolm committed Nov 20, 2020
1 parent 387de4f commit f8cb6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 05b - Convolutional Neural Networks (Tensorflow).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"source": [
"import matplotlib.pyplot as plt\n",
"import matplotlib.image as mpimg\n",
"import os\n",
"%matplotlib inline\n",
"\n",
"# The images are in the data/shapes folder\n",
Expand Down Expand Up @@ -429,4 +430,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit f8cb6ab

Please sign in to comment.