Open rlysyy opened 4 years ago
提示以下错误: NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for model
运行环境是虚拟机的ubuntu18,python3.6版本,tensorflow cpu版本
Tensorflow版本是1.14
百度之后做了如下修正程序可以正常执行了。说是没有指定还原点
saver.restore(sess, tf.train.latest_checkpoint(self.model_save_dir))
提示以下错误: NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for model
运行环境是虚拟机的ubuntu18,python3.6版本,tensorflow cpu版本