joneswong / GNSL

Graph Neural Scaling Laws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Neural Scaling Laws

Environment

conda create -n envname python=3.9.16
conda activate envname
conda install -y pytorch=1.10.1 torchvision=0.11.2 torchaudio=0.10.1 torchtext=0.11.1 cudatoolkit=11.3 -c pytorch -c conda-forge
conda install -y pyg==2.0.4 -c pyg
pip install ogb==1.3.6

Reproducibility

Contributed Resources

About

Graph Neural Scaling Laws


Languages

Language:Python 97.2%Language:Shell 2.8%