-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
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. |
I have the same problem. I have confirmed that there is no problem with the dataset and the path is correct. Why is that? |
(0) Out of range: FIFOQueue '_2_batch/fifo_queue' is closed and has insufficient elements (requested 1, current size 0) |
I have the same problem with this error, is that related to my created csv? |
I have the same problem,Have you solved the problem? |
Hi. Have you solved the problem? |
Hi. Have you solved the problem? |
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)
The text was updated successfully, but these errors were encountered: