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

can u please make that training visualation also works on linux #28

Closed
Manni1000 opened this issue May 18, 2022 · 1 comment
Closed

Comments

@Manni1000
Copy link

Visualize training progress (only supported on Windows)

@jmunkberg
Copy link
Collaborator

As a WAR, please note that you can increase the frequency of saved training images, by increasing the frequency in the config, e.g., "save_interval": 10, to dump an image every 10 iterations.

We typically run headless in docker on Linux servers, and deliberately removed the OpenGL window to minimize dependencies.

It should be straightforward to enable it on your local workstation if needed. The display code is here: https://github.com/NVlabs/nvdiffrec/blob/main/render/util.py#L378

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