Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant