Skip to content

Question on code of SemiGNN #10

Description

@blackboxo

for generating u_i, u_j in SemiGNN, the code at line 187 in utils.py

for index in range(0, num_of_nodes):
        u_i.append(pairs[index][0])
        u_j.append(pairs[index][1])

the length of num_of_nodes is not the same as the length of pairs. It cann't iterate all pairs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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