You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
The main reason I want to use nestedtensor and what value I want it to add
Building a time series modelling system with pytorch where each step may be different.
The features I wish nestedtensor had
Simpler install or build instructions
(question) Can the tensor be mutated over time? I plan on adding incrementally more timesteps to the same tensor (like a list) - but from the outside it should look and feel like a tensor (of length t) at all times.
The things about nestedtensor that frustrate me
I run py 3.9 and cuda 11.3 and there's no nightly binaries matching that spec. It might be obvious how but not to me.
[Optional] Example code or project I want to integrate with nestedtensor