Commit 17e28de7 authored by Ruilong Li's avatar Ruilong Li
Browse files

20k iters

parent b53f8a4e
......@@ -60,7 +60,7 @@ if args.scene in MIPNERF360_UNBOUNDED_SCENES:
from datasets.nerf_360_v2 import SubjectLoader
# training parameters
max_steps = 100000
max_steps = 20000
init_batch_size = 1024
target_sample_batch_size = 1 << 18
weight_decay = 0.0
......
......@@ -63,7 +63,7 @@ if args.scene in MIPNERF360_UNBOUNDED_SCENES:
from datasets.nerf_360_v2 import SubjectLoader
# training parameters
max_steps = 100000
max_steps = 20000
init_batch_size = 4096
weight_decay = 0.0
# scene parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment