pyGAT
pyGAT copied to clipboard
runtime error
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)"
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.