You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\training\saver.py", line 1326, in save
self.export_meta_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\training\saver.py", line 1373, in export_meta_graph
return export_meta_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\training\saver.py", line 1713, in export_meta_graph
meta_graph_def, _ = meta_graph.export_scoped_meta_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\framework\meta_graph.py", line 1031, in export_scoped_meta_graph
graph_io.write_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\framework\graph_io.py", line 75, in write_graph
file_io.recursive_create_dir(logdir)
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 498, in recursive_create_dir
recursive_create_dir_v2(dirname)
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 513, in recursive_create_dir_v2
_pywrap_file_io.RecursivelyCreateDir(compat.path_to_bytes(path))
tensorflow.python.framework.errors_impl.FailedPreconditionError: NewCheckpoints is not a directory
The text was updated successfully, but these errors were encountered:
save_path = saver.save(sess, checkpointFile)
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\training\saver.py", line 1326, in save
self.export_meta_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\training\saver.py", line 1373, in export_meta_graph
return export_meta_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\training\saver.py", line 1713, in export_meta_graph
meta_graph_def, _ = meta_graph.export_scoped_meta_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\framework\meta_graph.py", line 1031, in export_scoped_meta_graph
graph_io.write_graph(
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\framework\graph_io.py", line 75, in write_graph
file_io.recursive_create_dir(logdir)
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 498, in recursive_create_dir
recursive_create_dir_v2(dirname)
File "D:\anconda\envs\pytorch\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 513, in recursive_create_dir_v2
_pywrap_file_io.RecursivelyCreateDir(compat.path_to_bytes(path))
tensorflow.python.framework.errors_impl.FailedPreconditionError: NewCheckpoints is not a directory
The text was updated successfully, but these errors were encountered: