Pytroch Geometric Environment setup

Intro

安装Pytorch Geometric环境

Setup

1
2
3
conda create -n torch-geometric python=3.7
conda install pytorch torchvision torchaudio -c pytorch
conda install pyg -c pyg -c conda-forge

Reference

https://pytorch.org/get-started/locally/

https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html