You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am running HGCN on Airport (with the command below) in the node classification task. Sadly, I received ~77.86 accuracy on test set, far below ~90.6 reported in the paper.
"python train.py --task nc --dataset airport --model HGCN --lr 0.01 --dim 16 --num-layers 2 --act relu --bias 1 --dropout 0.0 --weight-decay 0 --manifold PoincareBall --log-freq 5 --cuda 0 --c None" -- adapted from the Airport command in README provided for link prediction.
I believe I made mistakes. Any hints are very appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I am running HGCN on Airport (with the command below) in the node classification task. Sadly, I received ~77.86 accuracy on test set, far below ~90.6 reported in the paper.
"python train.py --task nc --dataset airport --model HGCN --lr 0.01 --dim 16 --num-layers 2 --act relu --bias 1 --dropout 0.0 --weight-decay 0 --manifold PoincareBall --log-freq 5 --cuda 0 --c None" -- adapted from the Airport command in README provided for link prediction.
I believe I made mistakes. Any hints are very appreciated!
The text was updated successfully, but these errors were encountered: