Commit 4a6420a4 authored by Ted Xiao's avatar Ted Xiao Committed by GitHub
Browse files

Fixing urllib import in slim_walkthrough notebook

parent a6df5573
...@@ -818,7 +818,7 @@ ...@@ -818,7 +818,7 @@
"import tensorflow as tf\n", "import tensorflow as tf\n",
"\n", "\n",
"try:\n", "try:\n",
" import urllib2\n", " import urllib2 as urllib\n",
"except ImportError:\n", "except ImportError:\n",
" import urllib.request as urllib\n", " import urllib.request as urllib\n",
"\n", "\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment