GraphCL icon indicating copy to clipboard operation
GraphCL copied to clipboard

File "/home/test02/code/GraphCL-master/semisupervised_TU/pre-training/feature_expansion.py", line 27, in __init__ super(FeatureExpander, self).__init__('add', 'source_to_target') TypeError: __init__() takes from 1 to 2 positional arguments but 3 were given

Open oner0916 opened this issue 1 year ago • 1 comments

File "/home/test02/code/GraphCL-master/semisupervised_TU/pre-training/feature_expansion.py", line 27, in init super(FeatureExpander, self).init('add', 'source_to_target') TypeError: init() takes from 1 to 2 positional arguments but 3 were given

oner0916 avatar Jan 25 '24 15:01 oner0916

I suppose this would result from the PYG version. Please check https://github.com/Shen-Lab/GraphCL/tree/master/semisupervised_TU#dependencies.

yyou1996 avatar Feb 02 '24 14:02 yyou1996