Skip to content

Commit

Permalink
Merge branch 'main' into jkulhanek/docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jkulhanek authored Aug 14, 2024
2 parents 08e8361 + 2ed1716 commit a53c64a
Show file tree
Hide file tree
Showing 4 changed files with 619 additions and 1 deletion.
12 changes: 12 additions & 0 deletions nerfstudio/configs/method_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,12 @@
lr_final=5e-7, max_steps=30000, warmup_steps=1000, lr_pre_warmup=0
),
},
"bilateral_grid": {
"optimizer": AdamOptimizerConfig(lr=2e-3, eps=1e-15),
"scheduler": ExponentialDecaySchedulerConfig(
lr_final=1e-4, max_steps=30000, warmup_steps=1000, lr_pre_warmup=0
),
},
},
viewer=ViewerConfig(num_rays_per_chunk=1 << 15),
vis="viewer",
Expand Down Expand Up @@ -692,6 +698,12 @@
lr_final=5e-7, max_steps=30000, warmup_steps=1000, lr_pre_warmup=0
),
},
"bilateral_grid": {
"optimizer": AdamOptimizerConfig(lr=5e-3, eps=1e-15),
"scheduler": ExponentialDecaySchedulerConfig(
lr_final=1e-4, max_steps=30000, warmup_steps=1000, lr_pre_warmup=0
),
},
},
viewer=ViewerConfig(num_rays_per_chunk=1 << 15),
vis="viewer",
Expand Down
Loading

0 comments on commit a53c64a

Please sign in to comment.