Commit 1c704487 authored by James Pruegsanusak's avatar James Pruegsanusak
Browse files

Change split name in slim's export_inference_graph

parent 252fffb2
...@@ -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, 'validation', dataset = dataset_factory.get_dataset(FLAGS.dataset_name, 'train',
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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment