Tensorflow 1.1与TF 0.9.0之间的TfRecord读数是否有任何变化

时间:2017-07-13 01:14:00

标签: python tensorflow

我的以下代码适用于TF 0.9.0,但在TF 1.1中它显示以下错误:

  

tensorflow.python.framework.errors_impl.OutOfRangeError:RandomShuffleQueue' _1_input / batching_shuffling / random_shuffle_queue'关闭且元素不足(请求30,当前大小0)        [[Node:input / batching_shuffling = QueueDequeueManyV2 [component_types = [DT_INT32],timeout_ms = -1,_device =" / job:localhost / replica:0 / task:0 / cpu:0"](输入/ batching_shuffling / random_shuffle_queue,input / batching_shuffling / n)]]

我无法弄清楚我需要修复什么才能使它适用于TF 1.1。你能给我一些建议吗?

这是我的代码。对不起,它有点长。

ViewPager.setOffscreenPageLimit(int limit)

0 个答案:

没有答案