mkocabas / CoordConv-pytorch

Pytorch implementation of CoordConv introduced in 'An intriguing failing of convolutional neural networks and the CoordConv solution' paper. (https://arxiv.org/pdf/1807.03247.pdf)
397 stars 50 forks source link

fixed a bug in CoordConvTh with wrong argument in super call #6

Closed protossw512 closed 6 years ago

protossw512 commented 6 years ago

Hi, I just found a bug in your code, please take a look at it and accept my pull request if you think it is needed, thanks!

mkocabas commented 6 years ago

Thanks for reporting and fixing the bug @protossw512!