dongkwan-kim / GATEdgeConv

The graph attention operator that supports edge attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GATEdgeConv

The graph attention operator that supports edge attributes

Notice

  • 2021.09.04: The PR for this layer to PyG is now processing #3078.
  • 2021.10.12: Now it is avaialble Docs.

Install Dependencies

CUDA=${1:-"cu102"}
TORCH=${2:-"1.9.0"}
echo "CUDA: ${CUDA} / TORCH: ${TORCH}"
pip3 install torch==${TORCH}
pip3 install torch-scatter -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip3 install torch-sparse -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip3 install torch-cluster -f https://pytorch-geometric.com/whl/torch-${TORCH}+${CUDA}.html
pip3 install torch-geometric==1.7.2

About

The graph attention operator that supports edge attributes


Languages

Language:Python 100.0%