GraphCL_Automated icon indicating copy to clipboard operation
GraphCL_Automated copied to clipboard

Unsupervised_TU - KeyError :numnodes #41

Open leesoohong opened this issue 4 years ago • 1 comments

When i run go.sh with dataset except "NCI1", "PROTEINS", "DD", "MUTAG" i got log like this. Please let me know how to figure out this problem thank you image

leesoohong avatar Jan 10 '22 14:01 leesoohong

Hi @leesoohong,

Really sry for the late reply! I think this might result from the library version issue that when you call dataset.get_num_feature(), it does not give you num_nodes key. To fix it, I suppose you just modify this line with dataset[0].get_num_feature() (plz print it out and double-check).

yyou1996 avatar Jan 28 '22 20:01 yyou1996