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
This repo implements Graph Attention Networks from scratch in PyTorch. We use PyG only for the datasets and for some utility functions [softmax, adding self loops and dropout].
About
This repo implements Graph Attention Networks from scratch in PyTorch. We use PyG only for the datasets and for some utility functions [softmax, adding self loops and dropout].