Skip to content

the purpose of mask #9

@zhangxin9988

Description

@zhangxin9988

Can you explain the purpose or effect of mask in the function "_get_neighbors_and_masks()" of model.py?

specifically for the following two lines of codes?

mask = neighbor_edges - train_edges # [batch_size, -1]
mask = (mask != 0).float()
it is an excellent job of your work ,hope your reply,thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions