generative_inpainting icon indicating copy to clipboard operation
generative_inpainting copied to clipboard

'QueueRunner' object has no attribute '_queue_closed_exception_types'

Open ardamamur opened this issue 4 years ago • 5 comments

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'

ardamamur avatar Jul 21 '20 16:07 ardamamur

I have a same question.

huoxiangzuo avatar Jul 28 '20 15:07 huoxiangzuo

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

ardamamur avatar Jul 28 '20 15:07 ardamamur

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 avatar Jul 29 '20 16:07 huoxiangzuo

@huoxiangzuo Cool, thanks for your information. Let me pin this issue in the front page.

JiahuiYu avatar Aug 13 '20 12:08 JiahuiYu

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

SreelakshmyJayaram avatar Jan 21 '21 06:01 SreelakshmyJayaram