PyTorchSparseGAT icon indicating copy to clipboard operation
PyTorchSparseGAT copied to clipboard

Modify pyGAT (https://github.com/Diego999/pyGAT) to use PyTorch sparse operators for implementation of SpGraphAttentionLayer

Results 1 PyTorchSparseGAT issues
Sort by recently updated
recently updated
newest added

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!