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
I utilize ManagedCollisionEmbeddingCollection with DistributedModelParallel to store hashID embeddings during distributed training.
An error occurs when setting return_remapped_features=True with a single embedding table configuration, but it resolves when a second configuration is added.
The expected behavior is that return_remapped_features=True should not throw errors regardless of the number of embedding table configurations.
Below is a minimal reproducible Python code example:
I utilize
ManagedCollisionEmbeddingCollection
withDistributedModelParallel
to store hashID embeddings during distributed training.An error occurs when setting
return_remapped_features=True
with a single embedding table configuration, but it resolves when a second configuration is added.The expected behavior is that
return_remapped_features=True
should not throw errors regardless of the number of embedding table configurations.Below is a minimal reproducible Python code example:
mch_bug_reproduce.py.txt
Error message
My current environment
The text was updated successfully, but these errors were encountered: