hey @massquantity !
Thanks a lot for maintaining this amazing library that makes experimenting with state of the art RecSys feel like a breathe.
This is more a question than an issue but it could reveal some limitation with the lib.
As of now do you know if there is a handy way of passing precomputed embeddings as features ? E.G. item description or image embedding ?
The workaround I found so far (not even sure it actually make sense) was to create one dense feature per embedding dimension which can lead to 1000+ dense features to pass individually.
In the model of the multi-sparse column, would there be a multi-dense column option that we could use?
hey @massquantity !
Thanks a lot for maintaining this amazing library that makes experimenting with state of the art RecSys feel like a breathe.
This is more a question than an issue but it could reveal some limitation with the lib.
As of now do you know if there is a handy way of passing precomputed embeddings as features ? E.G. item description or image embedding ?
The workaround I found so far (not even sure it actually make sense) was to create one dense feature per embedding dimension which can lead to 1000+ dense features to pass individually.
In the model of the multi-sparse column, would there be a multi-dense column option that we could use?