用了一天的时间,也没有实现老师所做的例子。github上的例子也下载不下来。一个文件一个文件拷贝下来,在windows的idea环境下跑程序有问题。
报如下错误:
tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for mnist/data/convalutional.ckpt
[[Node: save_1/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save_1/Const_0_0, save_1/RestoreV2/tensor_names, save_1/RestoreV2/shape_and_slices)]]
这个应该是代码问题,你可以按照视频上面的来敲一下