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
File ".../pytorch-AGNN\agnn\model.py", line 28, in forward
torch.div(torch.mm(x, x.t()), torch.mm(norm2, norm2.t()) + 1e-7)
RuntimeError: expected device cpu but got device cuda:0
The text was updated successfully, but these errors were encountered:
File ".../pytorch-AGNN\agnn\model.py", line 28, in forward
torch.div(torch.mm(x, x.t()), torch.mm(norm2, norm2.t()) + 1e-7)
RuntimeError: expected device cpu but got device cuda:0
File ".../pytorch-AGNN\agnn\model.py", line 28, in forward
torch.div(torch.mm(x, x.t()), torch.mm(norm2, norm2.t()) + 1e-7)
RuntimeError: expected device cpu but got device cuda:0
The text was updated successfully, but these errors were encountered: