Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze parameters #1083

Open
7rwang opened this issue Nov 24, 2024 · 1 comment
Open

Freeze parameters #1083

7rwang opened this issue Nov 24, 2024 · 1 comment

Comments

@7rwang
Copy link

7rwang commented Nov 24, 2024

Hi,

is there anybody know how to freeze some parameters of 3d Gaussian like position or rotation etc.

Just setting requires_grad False seems like not enough, cuz the position still changes even I set false

@leblond14u
Copy link

Hi,

The quickest solution is to set a close to zero learning rate for these parameters if you only want to rapidly test things.
Otherwise the cleanest method is to get those parameters out of the gaussian optimizable parameters in the gaussian model file.

Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants