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
Hi there!
Thanks again for your previous answer, it was so helpful!
I'm doing some tests over a pandas dataset, and I'm facing on how to define a tensor matrix for the Dataloader class to batch the input data. I was able to tensorize each column of my dataset but, due to the structure of some columns (List of vectors), I have tensors with different shapes and I don't know how to merge/concatenate them.
Have you had a similar problem or something related to this?
The text was updated successfully, but these errors were encountered:
Hi there!
Thanks again for your previous answer, it was so helpful!
I'm doing some tests over a pandas dataset, and I'm facing on how to define a tensor matrix for the Dataloader class to batch the input data. I was able to tensorize each column of my dataset but, due to the structure of some columns (List of vectors), I have tensors with different shapes and I don't know how to merge/concatenate them.
Have you had a similar problem or something related to this?
The text was updated successfully, but these errors were encountered: