GCN-PyTorch
GCN-PyTorch copied to clipboard
Unable to reproduce results
Hi
Looks like I could not fully reproduce the results. Can someone help troubleshooting?Thanks.
changing the seed=12345 gives me good results. It looks like the standard deviation can be large.
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.