首页 新闻 会员 周边

tensorflow.python.framework.errors_impl.NotFoundError

0
[待解决问题]

系统用的win10环境 python3.7 tensorflow 2

import os
os.environ['CUDA_VISIBLE_DEVICES'] = FLAGS.gpu_list
if not tf.gfile.Exists(FLAGS.checkpoint_path):
tf.gfile.MkDir(FLAGS.checkpoint_path)
else:
if not FLAGS.restore:
tf.gfile.DeleteRecursively(FLAGS.checkpoint_path)
tf.gfile.MkDir(FLAGS.checkpoint_path)

显示错误tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a directory: G:/pythonpro/EAST-master/tmp/east_rbox/; No such file or directory
有大神知道原因么 求告知

谷少的主页 谷少 | 菜鸟二级 | 园豆:204
提问于:2021-06-19 09:56
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册