multi-class-text-classification-cnn-rnn icon indicating copy to clipboard operation
multi-class-text-classification-cnn-rnn copied to clipboard

Unsuccessful TensorSliceReader constructor

Open pradiepsingh opened this issue 7 years ago • 6 comments

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)]]

pradiepsingh avatar Feb 03 '18 10:02 pradiepsingh

Are you using the dataset with this repository or a different dataset?

danielduckworth avatar Mar 17 '18 04:03 danielduckworth

I have same problem when I'm trying to my own data (same structure). Would you help me ? Thank you.

chocosando avatar Apr 01 '18 23:04 chocosando

I have the same problem when I'm trying my own data. Any updates on this?

mannamh avatar Apr 12 '18 15:04 mannamh

me too facing the same issue.

harirajeev avatar Apr 19 '18 04:04 harirajeev

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.

Nadedic avatar Jul 10 '18 13:07 Nadedic

Please, has any one solved this issue?

saja1994 avatar Sep 12 '18 12:09 saja1994