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
0177deeb
Commit
0177deeb
authored
Nov 11, 2019
by
Yukun Zhu
Committed by
aquariusjay
Nov 11, 2019
Browse files
Fix export model script (#7791)
parent
87bc52c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
research/deeplab/export_model.py
research/deeplab/export_model.py
+2
-3
No files found.
research/deeplab/export_model.py
View file @
0177deeb
...
@@ -17,15 +17,14 @@
...
@@ -17,15 +17,14 @@
import
os
import
os
import
tensorflow
as
tf
import
tensorflow
as
tf
from
google3.learning.brain.contrib
import
quantize
as
contrib_quantize
from
google3.learning.brain.contrib
import
slim
as
contrib_slim
from
tensorflow.contrib
import
quantize
as
contrib_quantize
from
tensorflow.python.tools
import
freeze_graph
from
tensorflow.python.tools
import
freeze_graph
from
deeplab
import
common
from
deeplab
import
common
from
deeplab
import
input_preprocess
from
deeplab
import
input_preprocess
from
deeplab
import
model
from
deeplab
import
model
slim
=
contrib
_
slim
slim
=
tf
.
contrib
.
slim
flags
=
tf
.
app
.
flags
flags
=
tf
.
app
.
flags
FLAGS
=
flags
.
FLAGS
FLAGS
=
flags
.
FLAGS
...
...
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