Replies: 1 comment
-
That is already the case, no? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when extending PyTorch as shown here: https://docs.pytorch.org/docs/stable/notes/extending.html#extending-torch-python-api
How can I tell tensordict to handle my custom object similar to a tensor, e.g. applying torch.stack etc. correctly? It would be fine, if an exception is thrown for stuff that is not implemented.
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions