Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
acse-pms122 committed Jan 24, 2024
1 parent 3186547 commit f4777f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions seathru/seathru_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"mode": "off",
"optimizer": AdamOptimizerConfig(lr=6e-4, eps=1e-8, weight_decay=1e-2),
"scheduler": ExponentialDecaySchedulerConfig(
lr_final=6e-6, max_steps=500000
),
lr_final=6e-6, max_steps=500000
),
},
},
viewer=ViewerConfig(num_rays_per_chunk=1 << 15),
Expand Down Expand Up @@ -112,8 +112,8 @@
"mode": "off",
"optimizer": AdamOptimizerConfig(lr=6e-4, eps=1e-8, weight_decay=1e-2),
"scheduler": ExponentialDecaySchedulerConfig(
lr_final=6e-6, max_steps=500000
),
lr_final=6e-6, max_steps=500000
),
},
},
viewer=ViewerConfig(num_rays_per_chunk=1 << 15),
Expand Down

0 comments on commit f4777f7

Please sign in to comment.