Skip to content

Error #57

@linwei0763

Description

@linwei0763

Hi, thank you for your work.

I am reading your code while there seems to be a mistake.

model.py line 100
return torch.cat((
self.mlp(concat),
features.expand(B, -1, N, K)
), dim=-3)

features.expand(B, -1, N, K)
the features should query neighbours instead of simply duplicate the values.

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