We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I found comment the code can speed up the training time for geometry and texture stage.
trainer: max_steps: 5000 log_every_n_steps: 1 num_sanity_val_steps: 0 val_check_interval: 200 enable_progress_bar: true precision: 32 #strategy: "ddp_find_unused_parameters_true"```
The text was updated successfully, but these errors were encountered:
Hi, thanks for your comment. Yeah, if you are using a single GPU for training, you can comment strategy: "ddp_find_unused_parameters_true".
strategy: "ddp_find_unused_parameters_true"
Sorry, something went wrong.
No branches or pull requests
Hi
I found comment the code can speed up the training time for geometry and texture stage.
The text was updated successfully, but these errors were encountered: