Open
Description
❓ Questions & Help
DLRMModel cannot load trained checkpoint properly.
Details
the torch implement of DLRMModel has an interaction layer implement with a member defined in register_buffer in condition block (see
models/merlin/models/torch/blocks/dlrm.py
Line 67 in eb1e541