Submitted by jermainewang t3_11d5jxl in MachineLearning
YodaML t1_ja9ykvh wrote
Reply to comment by Impressive-Smile5659 in [N] New 1.0 release of Deep Graph Library (DGL) by jermainewang
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