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

Speed Up #44

Open
xiaobiaodu opened this issue Feb 23, 2024 · 1 comment
Open

Speed Up #44

xiaobiaodu opened this issue Feb 23, 2024 · 1 comment

Comments

@xiaobiaodu
Copy link

xiaobiaodu commented Feb 23, 2024

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"```
 
@MrTornado24
Copy link
Collaborator

Hi, thanks for your comment. Yeah, if you are using a single GPU for training, you can comment strategy: "ddp_find_unused_parameters_true".

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