"vscode:/vscode.git/clone" did not exist on "c5131f7a2faedd0785878529be55bb4659c23062"
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 @@
"import tensorflow as tf\n",
"\n",
"try:\n",
" import urllib2\n",
" import urllib2 as urllib\n",
"except ImportError:\n",
" import urllib.request as urllib\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