GraphCL_Automated
GraphCL_Automated copied to clipboard
Unsupervised_TU - KeyError :numnodes #41
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

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).