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

Upsample #81

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Upsample #81

wants to merge 6 commits into from

Conversation

StijnWoestenborghs
Copy link
Collaborator

@StijnWoestenborghs StijnWoestenborghs commented May 15, 2024

Upsampling.
Equivalent to torch Upsample https://pytorch.org/docs/stable/generated/torch.nn.Upsample.html and ONNX Resize_upsample https://github.com/onnx/onnx/blob/main/docs/Operators.md#Resize

Depends on the core INDEX operator: #80 (currently a WIP)

  • Upsampling nearest
  • Upsampling linear
  • Upsampling cubic
  • unittests for all

@StijnWoestenborghs StijnWoestenborghs marked this pull request as draft May 15, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant