🚀 The feature, motivation and pitch
Dict is widely used within pypose. However, it does not follow the pypose's design philosophy: a torch-like library.
TensorDict supports tensor-like operations such as indexing, slicing, and concatenation, facilitating intuitive manipulation of tensor collections and transferring data across devices.
I suggest replacing the dict structure with tensordict in pypose.
https://pytorch.org/tensordict/stable/index.html
Alternatives
No response
Additional context
No response
🚀 The feature, motivation and pitch
Dict is widely used within pypose. However, it does not follow the pypose's design philosophy: a torch-like library.
TensorDictsupports tensor-like operations such as indexing, slicing, and concatenation, facilitating intuitive manipulation of tensor collections and transferring data across devices.I suggest replacing the
dictstructure withtensordictin pypose.https://pytorch.org/tensordict/stable/index.html
Alternatives
No response
Additional context
No response