Skip to content

Are radius and angles trainable? #1

Description

@huzi96

First of all, thank you for sharing the code!
I read through the OpenReivew posts and I noticed that only the network weights should be optimized. All other parameters such as the initialization schema of the basis encoding function are considered hyper-parameters. However, I see in your code

self.radius = nn.Parameter(

that the angles and radius are configured as trainable parameters. Will them be optimized during training? If so, how can you guarantee band limits?

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