Skip to content

Instantly share code, notes, and snippets.

View alanpaivaa's full-sized avatar
🏠
Working from home

Alan Paiva alanpaivaa

🏠
Working from home
View GitHub Profile
@alanpaivaa
alanpaivaa / pyg_setup.sh
Created February 19, 2021 11:52 — forked from AnirudhDagar/pyg_setup.sh
PyTorch Geometric Setup Script for Mac OS X
# Works on OS X, with conda installed.
# Create conda environment for PyTorch Geometric
echo "Creating pyg environment"
conda create -n pyg python=3.6
echo "Activate pyg Env"
source activate pyg
# PyTorch Conda Installation