aasensio / graphnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphNet in PyTorch

Installing torch-geometric

pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
pip install torch-cluster -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
pip install torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
pip install torch-geometric

About

License:MIT License


Languages

Language:Python 100.0%