Problem:
Goal:
Add support for ranking models in PyTorch.
New Functionality
- Models
- Systems
- Make sure torch ranking models can be served
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
Output-blocks
People: @edknv & @marcromeyn
Blocks
Models
Examples
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&EmbeddingTablesTabularInputBlockOutput-blocks
People: @edknv & @marcromeyn
Blocks
Models
Examples