Skip to content

Why fc_coord is Linear() Instead of nn.linear in Regression_nf_3d.py? #61

@2015wan

Description

@2015wan
  1. Why design a separate linear layer for the output of the coordinate mean, and what is the difference between it and the ordinary fully connected layer?
  2. Why is this happening?
    x_norm = torch.norm(x, dim=1, keepdim=True)
    y = y / x_norm

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