Viewing a single comment thread. View all comments

Impressive-Smile5659 t1_ja8anh7 wrote

I have been struggling to get the accuracy with DGL above 60. So i stick with PyG.

Will test out a few GNNs on some random dataset to see if it works better now.

2

YodaML t1_ja9ykvh wrote

Interesting as I have not had much trouble reproducing the results from papers I use as baselines. I find that sometimes, weight initialisation can make a difference so read the paper carefully on how they initialised the convolutional layer weights and check that DGL is using the same method. If not, do a custom initialisation based on the paper.

1