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)
This is another implementation for PyTorch with the tensor shape auto-inference from the inputs.
I keep it as a reference for you, however, may not need to merge this but you can also re-arrange it.
This is another implementation for PyTorch with the tensor shape auto-inference from the inputs. I keep it as a reference for you, however, may not need to merge this but you can also re-arrange it.