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
1c704487
Commit
1c704487
authored
Jul 06, 2017
by
James Pruegsanusak
Browse files
Change split name in slim's export_inference_graph
parent
252fffb2
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 @
1c704487
...
...
@@ -100,7 +100,7 @@ def main(_):
raise
ValueError
(
'You must supply the path to save to with --output_file'
)
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
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
)
network_fn
=
nets_factory
.
get_network_fn
(
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