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

Add option to start training paused #3420

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

aayushg55
Copy link
Contributor

--start_paused option for ns-train to set initial training state as paused

Closes #3358

Copy link
Collaborator

@jb-ye jb-ye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you elaborate how you test this change locally?

@aayushg55
Copy link
Contributor Author

Starting training with something like ns-train nerfacto --start_paused=True --data data/nerfstudio/poster, training will not immediately start and the webviewer will have the training button in the Resume Training state instead of Pause Training. The training button can then be used to toggle training as usual. Same applies to the legacy viewer.

@jb-ye jb-ye enabled auto-merge (squash) September 10, 2024 19:51
@jb-ye jb-ye merged commit e7b7dc9 into nerfstudio-project:main Sep 10, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

Optional config argument to pause training at the very beginning.
2 participants