diffpool icon indicating copy to clipboard operation
diffpool copied to clipboard

why the maximum number of nodes are constrained?

Open LeeJunHyun opened this issue 6 years ago • 2 comments

why the maximum number of nodes are constrained?

and what about other dataset except for D&D, ENZYMES?

in example.sh, there are only information (of max_node) about two dataset.

LeeJunHyun avatar Dec 24 '18 19:12 LeeJunHyun

why the maximum number of nodes are constrained?

and what about other dataset except for D&D, ENZYMES?

in example.sh, there are only information (of max_node) about two dataset.

I am also interested in the exact number of maximum number for other datasets, have you already known the answer? thx

william-gx avatar Feb 04 '19 10:02 william-gx

Hi, by default it's the number of nodes in the largest graph in the dataset.

This is just for efficiency concerns. E.g. when you have a very large graph outlier.

RexYing avatar Feb 08 '19 01:02 RexYing