burn
burn copied to clipboard
[Feature request] Implement interpolate function
Feature description
Implement interpolate
Feature motivation
Interpolation is helpful for downsampling/upsampling the feature maps
Perfect. I think this could be also used by Resize operator filed here: https://github.com/burn-rs/burn/issues/510
I'll implementing a first version with bicubic using convolution needed for resize onnx operator.
Is someone currently working on this function?
I don't think so, feel free to assign yourself if you want :)
@Luni-4 did you build this in the end?
@dcvz no it is done.
@dcvz
Nope, I do not have much time in this period, if you want to implement that, no problem for me
Implementation using transpose Conv in pytorch: https://gist.github.com/mjstevens777/9d6771c45f444843f9e3dce6a401b183