MoleculeX icon indicating copy to clipboard operation
MoleculeX copied to clipboard

TypeError: __inc__() takes 3 positional arguments but 4 were given

Open WGDMS opened this issue 2 years ago • 1 comments

Dear team,

Once I execute the run_classification file, I received the following error:

_/usr/local/lib/python3.7/dist-packages/torch_geometric/data/collate.py in (.0) 223 repeats = [ 224 data.inc(key, value, store) --> 225 for value, data, store in zip(values, data_list, stores) 226 ] 227 if isinstance(repeats[0], Tensor):

TypeError: inc() takes 3 positional arguments but 4 were given_

Used the CUDA111. Please help me to solve this. Thank you.

WGDMS avatar Mar 27 '22 02:03 WGDMS