Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
0d9ef8d3
Unverified
Commit
0d9ef8d3
authored
Sep 09, 2021
by
Mark Sandler
Committed by
GitHub
Sep 09, 2021
Browse files
Fixes invalid json (#10250)
* Fixes invalid json * Fixed invalid javascript * fixed json
parent
b66b0b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
research/slim/nets/mobilenet/mobilenet_example.ipynb
research/slim/nets/mobilenet/mobilenet_example.ipynb
+3
-3
No files found.
research/slim/nets/mobilenet/mobilenet_example.ipynb
View file @
0d9ef8d3
...
@@ -199,8 +199,8 @@
...
@@ -199,8 +199,8 @@
"source": [
"source": [
"# setup path and install tf-slim\n",
"# setup path and install tf-slim\n",
"import sys\n",
"import sys\n",
"sys.path.append('/content/models/research/slim')"
"sys.path.append('/content/models/research/slim')"
,
"!pip install tf_slim"
,
"!pip install tf_slim"
]
]
},
},
{
{
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
"import tf_slim as slim\n",
"import tf_slim as slim\n",
"from nets.mobilenet import mobilenet_v2\n",
"from nets.mobilenet import mobilenet_v2\n",
"\n",
"\n",
"tf.compat.v1.disable_eager_execution()\n"
"tf.compat.v1.disable_eager_execution()\n"
,
"tf.reset_default_graph()\n",
"tf.reset_default_graph()\n",
"\n",
"\n",
"# For simplicity we just decode jpeg inside tensorflow.\n",
"# For simplicity we just decode jpeg inside tensorflow.\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment