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
Now errors will occur when people load the dataset, therefore batching structures with different shapes of points and eigenvalues. This should be supported in the latest updates.
Describe the solution you'd like
This might be resolved by utilizing the nest tensor format. But this would require modification of a lot of data-related things. including but not limited to:
The auto data type checking, including the checking in initialization and checking after batching.
The information generated when doing batchlization, which records how to recover separate subgraphs from the combined batch.
The Cat dims when doing catechization.
The impact of changing the default type of some tensors to nested tensors. This might affect some computation steps, such as the loss function part.
In The data loading part, some values need to be loaded as nested tensors by default.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Background
Now errors will occur when people load the dataset, therefore batching structures with different shapes of points and eigenvalues. This should be supported in the latest updates.
Describe the solution you'd like
This might be resolved by utilizing the nest tensor format. But this would require modification of a lot of data-related things. including but not limited to:
Additional Context
No response
The text was updated successfully, but these errors were encountered: