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

ns-train won't halt the execution after finished training #3091

Open
MatteoFusconi opened this issue Apr 18, 2024 · 1 comment
Open

ns-train won't halt the execution after finished training #3091

MatteoFusconi opened this issue Apr 18, 2024 · 1 comment
Assignees

Comments

@MatteoFusconi
Copy link

Describe the bug
Maybe I am missing something, but when I run ns-train, the execution of it won't halt unless I press ctrl+C to exit the process in the terminal. This behavior is undesired since I would like to do an end-to-end implementation with less supervision.

I encounter this "bug" when I run ns-train splatfacto --load-config config.yml.
The only parameters I changed are in the viewer, and are these ones:
make-share-url true
websocket-port 7007
quit-train-after-completion true

Even thought the quit train after completion is true, still the process won't halt. I think that the problem is the make share url set to true, but how can I solve this?

@brentyi
Copy link
Collaborator

brentyi commented Apr 21, 2024

Hi @MatteoFusconi, thanks for filing this issue! This was indeed a share URL bug, I just made a PR to fix it.

If you want a short-term fix you can install viser from source once that's merged, otherwise we'll get this into the next release.

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