Fix too aggressive F&R
This commit is contained in:
parent
ffe2155733
commit
8bf1e9ddb7
@ -811,7 +811,7 @@ def export():
|
|||||||
load_graph_for_evaluation(session)
|
load_graph_for_evaluation(session)
|
||||||
|
|
||||||
output_filename = FLAGS.export_file_name + '.pb'
|
output_filename = FLAGS.export_file_name + '.pb'
|
||||||
if FLAGS.remove_remote_export:
|
if FLAGS.remove_export:
|
||||||
if isdir_remote(FLAGS.export_dir):
|
if isdir_remote(FLAGS.export_dir):
|
||||||
log_info('Removing old export')
|
log_info('Removing old export')
|
||||||
remove_remote(FLAGS.export_dir)
|
remove_remote(FLAGS.export_dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user