Skip to content

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

@WGDMS

Description

@WGDMS

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions