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