We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
interpolate2d
upsample_nearest2d
Add a interpolate2d (sometimes also called upsample_nearest2d) method on tensor to faciliate splitting a tensor into a given number of chunks
Its a fairly common operation supported by other ML frameworks.
The text was updated successfully, but these errors were encountered:
We already have an existing ticket: #455
If the existing ticket covers the exact things expected in this ticket, you may close it as dup.
Sorry, something went wrong.
Yes, that covers it! Looks like my search failed. Might've just searched upsample. Closing!
No branches or pull requests
Feature description
Add a
interpolate2d
(sometimes also calledupsample_nearest2d
) method on tensor to faciliate splitting a tensor into a given number of chunksFeature motivation
Its a fairly common operation supported by other ML frameworks.
The text was updated successfully, but these errors were encountered: