Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to tf.data #23

Open
FTC55 opened this issue Jun 1, 2019 · 7 comments
Open

Update to tf.data #23

FTC55 opened this issue Jun 1, 2019 · 7 comments

Comments

@FTC55
Copy link

FTC55 commented Jun 1, 2019

Tensorflow gives several warnings about the deprecation of the currently used methods and training always fails on latest tensorflow 1.x version with fifoqueue '_2_batch/fifo_queue' is closed and has insufficient elements (requested 1, current size 0)

@jaychen1996-byte
Copy link

I have the same problem. I think this is a problem with the dataset. My problem is that the filename of the dataset is wrong (there is a additional "\n"). I suggest that you confirm the dataset again.

@YueYFei
Copy link

YueYFei commented Dec 1, 2020

I have the same problem. I have confirmed that there is no problem with the dataset and the path is correct. Why is that?

@YueYFei
Copy link

YueYFei commented Dec 1, 2020

(0) Out of range: FIFOQueue '_2_batch/fifo_queue' is closed and has insufficient elements (requested 1, current size 0)
[[{{node batch}}]]
(1) Out of range: FIFOQueue '_2_batch/fifo_queue' is closed and has insufficient elements (requested 1, current size 0)
[[{{node batch}}]]
[[DecodeJpeg_1/_1793]]

@Lenoids
Copy link

Lenoids commented Dec 2, 2021

(0) 超出范围:FIFOQueue '_2_batch/fifo_queue' 已关闭且元素不足(请求 1,当前大小为 0) [[{{node batch}}]] (1) 超出范围:FIFOQueue '_2_batch/fifo_queue'已关闭且元素不足(请求 1,当前大小 0) [[{{node batch}}]] [[DecodeJpeg_1/_1793]]

I have the same problem with this error, is that related to my created csv?

@DuHxuan
Copy link

DuHxuan commented May 22, 2023

I have the same problem,Have you solved the problem?

@DuHxuan
Copy link

DuHxuan commented May 22, 2023

I have the same problem. I have confirmed that there is no problem with the dataset and the path is correct. Why is that?

Hi. Have you solved the problem?

@DuHxuan
Copy link

DuHxuan commented May 22, 2023

(0) 超出范围:FIFOQueue '_2_batch/fifo_queue' 已关闭且元素不足(请求 1,当前大小为 0) [[{{node batch}}]] (1) 超出范围:FIFOQueue '_2_batch/fifo_queue'已关闭且元素不足(请求 1,当前大小 0) [[{{node batch}}]] [[DecodeJpeg_1/_1793]]

I have the same problem with this error, is that related to my created csv?

Hi. Have you solved the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants