RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.47k stars 615 forks source link

[💡SUG] I want to add a multimodal fusion feature to it #2115

Open 5akamoto opened 1 week ago

5akamoto commented 1 week ago

Recently, I have been using your metaRec model, and I want to add a multi-modal feature fusion mechanism to it. The initial idea is to embed the multi-modal features that have been processed by fusion into the original item features, I wonder how to improve it

TayTroye commented 2 days ago

@5akamoto Hello! You can load pre-processed features during model initialisation and then introduce it in the forward phase via Interaction.update