Given a very simple task of predicting the
The image below (taken from https://eng.uber.com/coordconv/) shows how this is implemented.
Taken and subsequent adaptions added from mkocabas.
Added support for:
- cuda.FloatTensors
- Transpose convolution
All convolution operators replaced with coordinate convolutions
Python
Given a very simple task of predicting the
The image below (taken from https://eng.uber.com/coordconv/) shows how this is implemented.
Taken and subsequent adaptions added from mkocabas.
Added support for: