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
[QST] Projecting inputs of NextItemPredictionTask to'64' As weight tying requires the input dimension '320' to be equal to the item-id embedding dimension '64'
#750
Closed
ralgond opened this issue
Oct 14, 2023
· 4 comments
Projecting inputs of NextItemPredictionTask to'64' As weight tying requires the input dimension '320' to be equal to the item-id embedding dimension '64'. Should I care the warning?
@ralgond you can ignore the warning, it is telling that the it applies projection and it will be projected to the item_id embedding dimension which is 64 by default. Note that you can also change this embedding dimension if you want.
Projecting inputs of NextItemPredictionTask to'64' As weight tying requires the input dimension '320' to be equal to the item-id embedding dimension '64'. Should I care the warning?
Details
I found a warning on this example page:
https://nvidia-merlin.github.io/Transformers4Rec/stable/examples/end-to-end-session-based/02-End-to-end-session-based-with-Yoochoose-PyT.html
Should I care the warning?
Thank you.
The text was updated successfully, but these errors were encountered: