Paper link: http://arxiv.org/abs/2006.05806
The ogbn-proteins dataset will be downloaded in directory ./dataset automatically.
python cython_sampler/setup.py build_ext -i
python train.py --dataset ogbn-proteins --learning_rate 1e-3 --epochs 200 --hidden1 64 --neighbor_limit 10 --batchsize 256
or
source main.sh
We train our models for 200 epochs and report the rocauc on the test dataset.
dataset | mean | std | #experiments |
---|---|---|---|
ogbn-proteins | 0.78253 | 0.00352 | 10 |