PyTorchSparseGAT
PyTorchSparseGAT copied to clipboard
AttributeError: module 'torch.sparse' has no attribute 'nn'
Hi, Thanks for share the implementation.
I have a question about how to call the function 'sparse.nn.functional.dropout' is correctly?
Error: AttributeError: module 'torch.sparse' has no attribute 'nn' is
Many thank!
Hi, I also met this problem. Have you solved it? Thanks.
It needs Pytorch Post release version
It needs Pytorch Post release version
Hi, could you please tell me your program running environment? For example, the version of pytorch, the version of cuda... Thank you so much!
It needs Pytorch Post release version
Hi, could you please tell me your program running environment? For example, the version of pytorch, the version of cuda... Thank you so much!
I didn't ran this code successfully, but you can achieve softmax and dropout for your own. I modified Diego's pyGAT with sparse.mm and it works. I modified his code because I have the same question with Spmm(#27).