Submitted by jermainewang t3_11d5jxl in MachineLearning
Impressive-Smile5659 t1_ja8anh7 wrote
Reply to comment by mlmaster17 in [N] New 1.0 release of Deep Graph Library (DGL) by jermainewang
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.
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.
Viewing a single comment thread. View all comments