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 i run the GAT to train,i got this "RuntimeError: unsupported tensor layout: Sparse". I dont what happen,my input isn't sparse.This error is happen in the code "attention = torch.where(adj > 0, e, zero_vec)"
The text was updated successfully, but these errors were encountered:
Have you solved it, I am also very distressed and frustrated with the same problem as you and don't know what to do. Please help me, thank you very much.
when i run the GAT to train,i got this "RuntimeError: unsupported tensor layout: Sparse". I dont what happen,my input isn't sparse.This error is happen in the code "attention = torch.where(adj > 0, e, zero_vec)"
The text was updated successfully, but these errors were encountered: