GCN-PyTorch icon indicating copy to clipboard operation
GCN-PyTorch copied to clipboard

Unable to reproduce results

Open yuj-umd opened this issue 5 years ago • 2 comments

Hi

Looks like I could not fully reproduce the results. Can someone help troubleshooting?Thanks.

Screen Shot 2020-01-10 at 9 39 34 PM

yuj-umd avatar Jan 11 '20 05:01 yuj-umd

changing the seed=12345 gives me good results. It looks like the standard deviation can be large.

hellowangqian avatar Feb 03 '20 14:02 hellowangqian

replace the codes in normalize_adj with : return d_mat_inv_sqrt.dot(adj).dot(d_mat_inv_sqrt).tocoo() u can get better results.

yuanziyu avatar Nov 27 '20 02:11 yuanziyu