"vscode:/vscode.git/clone" did not exist on "eb23a24291f748b53b32022d8b3a021644c33a25"
Unverified Commit e72080fe authored by MyungsungKwak's avatar MyungsungKwak Committed by GitHub
Browse files

Define a variable named base_name in Prerequisites step (#6095)



Currently, a variable named base_name is not defined.
So, occur error while extract from downloaded model file.
Signed-off-by: default avatarMyungSung Kwak <yesmung@gmail.com>
parent 5c30a6b0
......@@ -116,7 +116,7 @@
"source": [
"from __future__ import print_function\n",
"from IPython import display \n",
"checkpoint_name = 'mobilenet_v2_1.0_224' #@param\n",
"base_name = checkpoint_name = 'mobilenet_v2_1.0_224' #@param\n",
"url = 'https://storage.googleapis.com/mobilenet_v2/checkpoints/' + checkpoint_name + '.tgz'\n",
"print('Downloading from ', url)\n",
"!wget {url}\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