记录一个错误

tensorflow报错

上传到服务器,始终报这个错误!!!感叹号不足表达我的心情,各种改代码等等等,结果发现是路径的错误

tensorflow.python.framework.errors_impl.OutOfRangeError: PaddingFIFOQueue ‘_1_batch/padding_fifo_queue’ is closed and has insufficient elements (requested 32, current size 0)
[[{{node batch}}]]

一定要注意,
这里的tfrecord_path是不是错的,是不是错的,注意,a.tfrecord和a.tfrecords有没有s!

filename_queue = tf.train.string_input_producer([tfrecord_path]

你可能感兴趣的:(TensorFlow,&,Keras)