Open pradiepsingh opened 6 years ago
Are you using the dataset with this repository or a different dataset?
I have same problem when I'm trying to my own data (same structure). Would you help me ? Thank you.
I have the same problem when I'm trying my own data. Any updates on this?
me too facing the same issue.
I have the same case and I tracked it down to train.py where the session starts to run(also the other two run functions written before this one):
sess.run(tf.global_variables_initializer())
Showing an internal error: The Session graph is empty. Add operations to the graph before calling run(). Which makes no sense, after initializing the graph, the inilization is called and the layers should be loaded. I am not sure what exactly is happening there.
Please, has any one solved this issue?
Hi Jie getting below error any idea who to rectify this error:
NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./checkpoints_1517652366/model-0 [[Node: save/RestoreV2_36 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_36/tensor_names, save/RestoreV2_36/shape_and_slices)]]