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
What is the difference between ManagedCollisionEmbeddingCollection and ITEPEmbeddingBagCollection, and when should I use ManagedCollisionEmbeddingCollection versus ITEPEmbeddingBagCollection?
The text was updated successfully, but these errors were encountered:
Hi @tiankongdeguiji, ManagedCollisionEmbeddingCollection is meant to represent ZCH embeddings, while ITEPEmbeddingBagCollection refers to pruning embeddings during training for memory savings.
hi, @PaulZhang12 , does eviction in ManagedCollisionEmbeddingCollection correspond to pruning in ITEPEmbeddingBagCollection? Additionally, I believe ManagedCollisionEmbeddingCollection is also memory-efficient because it eliminates the need for a large hash size to prevent hash collisions.
What is the difference between
ManagedCollisionEmbeddingCollection
andITEPEmbeddingBagCollection
, and when should I useManagedCollisionEmbeddingCollection
versusITEPEmbeddingBagCollection
?The text was updated successfully, but these errors were encountered: