Skip to content

Commit 0d9ef8d

Browse files
authored
Fixes invalid json (#10250)
* Fixes invalid json * Fixed invalid javascript * fixed json
1 parent b66b0b0 commit 0d9ef8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

research/slim/nets/mobilenet/mobilenet_example.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
"source": [
200200
"# setup path and install tf-slim\n",
201201
"import sys\n",
202-
"sys.path.append('/content/models/research/slim')"
203-
"!pip install tf_slim",
202+
"sys.path.append('/content/models/research/slim')",
203+
"!pip install tf_slim"
204204
]
205205
},
206206
{
@@ -232,7 +232,7 @@
232232
"import tf_slim as slim\n",
233233
"from nets.mobilenet import mobilenet_v2\n",
234234
"\n",
235-
"tf.compat.v1.disable_eager_execution()\n"
235+
"tf.compat.v1.disable_eager_execution()\n",
236236
"tf.reset_default_graph()\n",
237237
"\n",
238238
"# For simplicity we just decode jpeg inside tensorflow.\n",

0 commit comments

Comments
 (0)