Commit b17a098d authored by Yuxin Wu's avatar Yuxin Wu

fix build

parent d158a073
......@@ -73,8 +73,7 @@ class ModelSaver(Callback):
self.saver.export_meta_graph(
os.path.join(self.checkpoint_dir,
'graph-{}.meta'.format(time)),
collection_list=self.graph.get_all_collection_keys(),
clear_extraneous_savers=True)
collection_list=self.graph.get_all_collection_keys())
def _trigger(self):
try:
......
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