-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement interpolate function (inference only) #455
Comments
Perfect. I think this could be also used by Resize operator filed here: #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. |
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 |
Feature description
Implement interpolate
Feature motivation
Interpolation is helpful for downsampling/upsampling the feature maps
The text was updated successfully, but these errors were encountered: