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
Somehow, torch.IntTensor(3).random_(10).sum() returns a float instead of an int. It's not a huge problem, but this is weird and it requires to call int where it's not really expected.