generative_inpainting
generative_inpainting copied to clipboard
'QueueRunner' object has no attribute '_queue_closed_exception_types'
Hey, I am getting this error when I run the train.py. If anyone can help me with this issue?
WARNING: tensorflow: Error encountered when serializing queue_runners. Type is unsupported, or the types of the items don't match field type in CollectionDef. 'QueueRunner' object has no attribute '_queue_closed_exception_types'
I have a same question.
Unfortunately, ı could not fix this issue. I have found pytorch implementation with partial convolution ( not gated convolution ). https://github.com/daa233/generative-inpainting-pytorch.git maybe its help for you
Thank you for your suggestion. This problem may be just a warning and does not affect the continued training. You can view the training progress on TensorBoard.
@huoxiangzuo Cool, thanks for your information. Let me pin this issue in the front page.
Hey, I am getting this error when I run the train.py. If anyone can help me with this issue?
WARNING: tensorflow: Error encountered when serializing queue_runners. Type is unsupported, or the types of the items don't match field type in CollectionDef. 'QueueRunner' object has no attribute '_queue_closed_exception_types'
I have same issue. Did you find any solution for this @ardamamur