We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66b0b0 commit 0d9ef8dCopy full SHA for 0d9ef8d
research/slim/nets/mobilenet/mobilenet_example.ipynb
@@ -199,8 +199,8 @@
199
"source": [
200
"# setup path and install tf-slim\n",
201
"import sys\n",
202
- "sys.path.append('/content/models/research/slim')"
203
- "!pip install tf_slim",
+ "sys.path.append('/content/models/research/slim')",
+ "!pip install tf_slim"
204
]
205
},
206
{
@@ -232,7 +232,7 @@
232
"import tf_slim as slim\n",
233
"from nets.mobilenet import mobilenet_v2\n",
234
"\n",
235
- "tf.compat.v1.disable_eager_execution()\n"
+ "tf.compat.v1.disable_eager_execution()\n",
236
"tf.reset_default_graph()\n",
237
238
"# For simplicity we just decode jpeg inside tensorflow.\n",
0 commit comments