Tensorflow FIFOQueue error: FIFOQueue is closed and has insufficient elements

前端 未结 4 1588
眼角桃花
眼角桃花 2021-01-19 03:03

Now I am using tensorflow to write a program to validate models. I use the FIFOQueue to queue the input data. For example, I have 50,000 images and enqueue 100 images at a t

4条回答
  •  無奈伤痛
    2021-01-19 03:48

    I believe that this is only a warning that the queue is empty, but does not cause errors. I see similar warnings but my program does not break. Does yours? See this thread.

提交回复
热议问题