Skip to content

Instantly share code, notes, and snippets.

@sidneyarcidiacono
Created May 17, 2021 20:53
Show Gist options
  • Save sidneyarcidiacono/c503fd8324a8f8473270b493a5bbbf26 to your computer and use it in GitHub Desktop.
Save sidneyarcidiacono/c503fd8324a8f8473270b493a5bbbf26 to your computer and use it in GitHub Desktop.
Installing packages for pytorch-geometric tutorial
# Install required packages.
!pip install -q torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu101.html
!pip install -q torch-sparse -f https://pytorch-geometric.com/whl/torch-1.8.0+cu101.html
!pip install -q torch-geometric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment