AlamiMejjati / Unsupervised-Attention-guided-Image-to-Image-Translation

Unsupervised Attention-Guided Image to Image Translation
MIT License
329 stars 47 forks source link

Update to tf.data #23

Open FTC55 opened 5 years ago

FTC55 commented 5 years ago

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 commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

(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 commented 2 years ago

(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 commented 1 year ago

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

DuHxuan commented 1 year ago

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 commented 1 year ago

(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?