NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.07k stars 142 forks source link

[QST] how does the sequence data (3d tensor) ==> MLP block? #734

Closed vivpra89 closed 1 year ago

vivpra89 commented 1 year ago

❓ Questions & Help

Details

sequences that come out tabularsequencefeatures is a 3d tensor .. how does MLP handle that as dense layer can take only 2d? any resource to learn how the internals of these blocks work?