This repository was archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
nt.shape doesn't work #471
Comments
Hello @Acciorocketships, This is actually not a but. We simply haven't migrated the entirety of NestedTensor to core yet. Could I kindly ask you to open a feature request on https://github.com/pytorch/pytorch/issues that also details your intended usage of NestedTensor? Thanks, |
Okay, I just did. Is it possible/straightforward to migrate the rest of the
library to core?
…On Wed, Jul 13, 2022 at 3:37 PM cpuhrsch ***@***.***> wrote:
Hello @Acciorocketships <https://github.com/Acciorocketships>,
This is actually not a but. We simply haven't migrated the entirety of
NestedTensor to core yet. Could I kindly ask you to open a feature request
on https://github.com/pytorch/pytorch/issues that also details your
intended usage of NestedTensor?
Thanks,
Christian
—
Reply to this email directly, view it on GitHub
<#471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIYAQCC3UFL7CGJLYBCPF3VT3IBDANCNFSM53O6JUAQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Acciorocketships, it is definitely possible and we're working on it cc @jbschlosser |
@Acciorocketships , I am running into the same issue. Were you able to migrate the rest of NestedTensor to core for your purposes? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug
shape, size, dim, nested_size, nested_dim, tensor_dim, etc don't work.
To Reproduce
Steps to reproduce the behaviour:
initialise nestedtensor nt and call nt.shape
Expected behavior
Expected the same behaviour as seen in the example colab https://colab.research.google.com/github/pytorch/nestedtensor/blob/master/tutorials/notebooks/basic.ipynb#scrollTo=STGxLWXXVg5Z
Environment
Tested with torch 1.13.0.dev20220713 on both python3.8 and python3.9
The text was updated successfully, but these errors were encountered: