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
When use mc-ebc and pooling=PoolingType.MEAN, we encounter issue TypeError: unsupported operand type(s) for /: 'Tensor' and 'NoneType'. We can reproduce this using the following command: torchrun --master_addr=localhost --master_port=49941 --nnodes=1 --nproc-per-node=2 test_mc_ebc_mean.py,and use the environment torchrec==1.1.0+cu124, torch==2.6.0+cu124, fbgemm-gpu==1.1.0+cu124.
When use
mc-ebc
andpooling=PoolingType.MEAN
, we encounter issueTypeError: unsupported operand type(s) for /: 'Tensor' and 'NoneType'
. We can reproduce this using the following command:torchrun --master_addr=localhost --master_port=49941 --nnodes=1 --nproc-per-node=2 test_mc_ebc_mean.py
,and use the environmenttorchrec==1.1.0+cu124, torch==2.6.0+cu124, fbgemm-gpu==1.1.0+cu124
.test_mc_ebc_mean.py
error info:
The text was updated successfully, but these errors were encountered: