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 there are 4 GPUs, the dimension of logits is 225, 8822 while one_hot_true_types is 900, 8822. It seems that the true-types tensor is not distributed to different GPUs. Could you fix it?
The text was updated successfully, but these errors were encountered:
Hi. I follow the steps listed in README, but when calculating the loss at training time, the code throws an error at
hyfi/hyfi/runner.py
Line 108 in 587f140
When there are 4 GPUs, the dimension of
logits
is225, 8822
whileone_hot_true_types
is900, 8822
. It seems that the true-types tensor is not distributed to different GPUs. Could you fix it?The text was updated successfully, but these errors were encountered: