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
forked from joneswong/GNSL
-
Notifications
You must be signed in to change notification settings - Fork 0
Code for paper "Exploring Neural Scaling Law and Data Pruning Methods For Node Classification on Large-scale Graphs"
RUC-ALGO/GNSL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Code for paper "Exploring Neural Scaling Law and Data Pruning Methods For Node Classification on Large-scale Graphs"
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 97.2%
- Shell 2.8%