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
bf9c917a
Commit
bf9c917a
authored
Jul 12, 2017
by
Neal Wu
Committed by
GitHub
Jul 12, 2017
Browse files
Merge pull request #1870 from korrawat/export_inf_graph
Change split name in slim's export_inference_graph
parents
2d5b39ad
1c704487
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.py
slim/export_inference_graph.py
+1
-1
No files found.
slim/export_inference_graph.py
View file @
bf9c917a
...
@@ -100,7 +100,7 @@ def main(_):
...
@@ -100,7 +100,7 @@ def main(_):
raise
ValueError
(
'You must supply the path to save to with --output_file'
)
raise
ValueError
(
'You must supply the path to save to with --output_file'
)
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
with
tf
.
Graph
().
as_default
()
as
graph
:
with
tf
.
Graph
().
as_default
()
as
graph
:
dataset
=
dataset_factory
.
get_dataset
(
FLAGS
.
dataset_name
,
'
validatio
n'
,
dataset
=
dataset_factory
.
get_dataset
(
FLAGS
.
dataset_name
,
'
trai
n'
,
FLAGS
.
dataset_dir
)
FLAGS
.
dataset_dir
)
network_fn
=
nets_factory
.
get_network_fn
(
network_fn
=
nets_factory
.
get_network_fn
(
FLAGS
.
model_name
,
FLAGS
.
model_name
,
...
...
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