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
Currently the block-API is T4Rec is using a similar design to Keras to allow for modules that lazily initialize their variables. We would like to deprecate this in favor of a native way to achieve the same thing that could launched recently.
Problem:
Goal:
Add support for ranking models in PyTorch.
New Functionality
Starting Point:
Implement base-classes of block-API in PyTorch
People: @marcromeyn
Currently the block-API is T4Rec is using a similar design to Keras to allow for modules that lazily initialize their variables. We would like to deprecate this in favor of a native way to achieve the same thing that could launched recently.
Input-blocks
People: @marcromeyn
Continuous
&EmbeddingTables
TabularInputBlock
Output-blocks
People: @edknv & @marcromeyn
Blocks
Models
Examples
The text was updated successfully, but these errors were encountered: