ronilp / mac-network-pytorch-gqa

Memory, Attention and Composition (MAC) Network for CLEVR/GQA implemented in PyTorch
MIT License
27 stars 5 forks source link

AttributeError: 'GQA' object has no attribute 'close' #4

Open alibabadoufu opened 5 years ago

alibabadoufu commented 5 years ago

When I reached the end of training before the second epoch, it showed me this error: AttributeError: 'GQA' object has no attribute 'close'

I believe that you did not implement this 'close' function. I checked the code for GQA part it seems like it doesn't need this close function.