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
We aim to share embeddings between sparse features and sequence sparse features. For sparse features, we use EmbeddingBagCollection, and for sequence sparse features, we use EmbeddingCollection. Could you advise on how to effectively share embeddings between an EmbeddingCollection and an EmbeddingBagCollection?
The text was updated successfully, but these errors were encountered:
We aim to share embeddings between sparse features and sequence sparse features. For sparse features, we use
EmbeddingBagCollection
, and for sequence sparse features, we useEmbeddingCollection
. Could you advise on how to effectively share embeddings between anEmbeddingCollection
and anEmbeddingBagCollection
?The text was updated successfully, but these errors were encountered: