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
5a805482
"git@developer.sourcefind.cn:modelzoo/solov2-pytorch.git" did not exist on "d6b3cbd5b7bc7229ab90ede0ca07b0bd2e147bbd"
Commit
5a805482
authored
Jul 13, 2017
by
Derek Chow
Browse files
Fix import on export_inference_graph_test.
parent
4e5e2497
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slim/export_inference_graph_test.py
slim/export_inference_graph_test.py
+1
-1
No files found.
slim/export_inference_graph_test.py
View file @
5a805482
...
@@ -25,7 +25,7 @@ import os
...
@@ -25,7 +25,7 @@ import os
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.python.platform
import
gfile
from
tensorflow.python.platform
import
gfile
from
google3.third_party.tensorflow_models.slim
import
export_inference_graph
import
export_inference_graph
class
ExportInferenceGraphTest
(
tf
.
test
.
TestCase
):
class
ExportInferenceGraphTest
(
tf
.
test
.
TestCase
):
...
...
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