tensorflow.train.string_producer什么都不返回

时间:2016-08-30 07:05:41

标签: string input tensorflow producer

我使用cifar-10 cnn模型训练我自己的图像数据,调试信息如下。 tensorflow-string-producer

调试位置是:



 # Create a queue that produces the filenames to read.
  filename_queue = tf.train.string_input_producer(filenames)

  # Read examples from files in the filename queue.
  read_input = read_cifar10(filename_queue)
  reshaped_image = tf.cast(read_input.uint8image, tf.float32)




所以我的问题是,为什么filename_queue中没有任何内容?谢谢!

1 个答案:

答案 0 :(得分:0)

在调试cifar-10的源代码时,我发现其队列中也没有任何内容。似乎队列中的内容稍后填写