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
Is there any suitable and convenient way to prevent some parts of Data object from concatenation?
We have square matrices with different shapes in each batch.
For now, we simply do not convert matrix (np.array) to torch.Tensor type during dataset process.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Is there any suitable and convenient way to prevent some parts of Data object from concatenation?
We have square matrices with different shapes in each batch.
For now, we simply do not convert matrix (np.array) to torch.Tensor type during dataset process.
Beta Was this translation helpful? Give feedback.
All reactions