Skip to content
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

Closed
shanmo opened this issue Jul 2, 2023 · 8 comments · Fixed by #1246
Closed

Implement interpolate function (inference only) #455

shanmo opened this issue Jul 2, 2023 · 8 comments · Fixed by #1246
Assignees
Labels
feature The feature request onnx

Comments

@shanmo
Copy link
Contributor

shanmo commented Jul 2, 2023

Feature description

Implement interpolate

Feature motivation

Interpolation is helpful for downsampling/upsampling the feature maps

@antimora antimora added the feature The feature request label Jul 3, 2023
@antimora
Copy link
Collaborator

Perfect. I think this could be also used by Resize operator filed here: #510

@antimora
Copy link
Collaborator

I'll implementing a first version with bicubic using convolution needed for resize onnx operator.

@Luni-4
Copy link
Collaborator

Luni-4 commented Aug 16, 2023

Is someone currently working on this function?

@nathanielsimard
Copy link
Member

I don't think so, feel free to assign yourself if you want :)

@dcvz
Copy link
Contributor

dcvz commented Dec 8, 2023

@Luni-4 did you build this in the end?

@antimora
Copy link
Collaborator

antimora commented Dec 8, 2023

@dcvz no it is done.

@Luni-4
Copy link
Collaborator

Luni-4 commented Dec 9, 2023

@dcvz

Nope, I do not have much time in this period, if you want to implement that, no problem for me

@antimora
Copy link
Collaborator

Implementation using transpose Conv in pytorch: https://gist.github.com/mjstevens777/9d6771c45f444843f9e3dce6a401b183

@nathanielsimard nathanielsimard added this to the Release 0.13.0 milestone Feb 5, 2024
@antimora antimora changed the title [Feature request] Implement interpolate function Implement interpolate function (inference only) Mar 1, 2024
@github-project-automation github-project-automation bot moved this to Done in Burn 🔥 Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The feature request onnx
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

6 participants