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
gabrielspmoreira
changed the title
Change T4Rec library to expect scalar features to be 1D
Change T4Rec library to expect scalar features to be 1D ibrary to expect scalar features and /list feature to be a dict instead of tuple
Feb 23, 2023
I am closing this ticket because Transformers4Rec was not affect by dataloader changes because:
T4Rec sets sparse_as_dense=True for dataloader so that it returns a 2D dense padded dense tensor and not a ragged representation.
T4Rec was already automatically squeezing the last dim of scalar input features, which were previously 2D. Now they are 1D, but that doesn't cause an error on squeeze as it does in TF
No description provided.
The text was updated successfully, but these errors were encountered: