Yuliang commited on
Commit
dc7576a
·
1 Parent(s): d6044cd
Files changed (1) hide show
  1. train_feat2gs.py +1 -1
train_feat2gs.py CHANGED
@@ -66,7 +66,7 @@ def training(dataset, opt, pipe, testing_iterations, saving_iterations, checkpoi
66
  progress_bar = tqdm(range(first_iter, opt.iterations), desc="Training progress")
67
  first_iter += 1
68
 
69
- warm_iter = 1000
70
 
71
  start = perf_counter()
72
  for iteration in range(first_iter, opt.iterations + 1):
 
66
  progress_bar = tqdm(range(first_iter, opt.iterations), desc="Training progress")
67
  first_iter += 1
68
 
69
+ warm_iter = 100
70
 
71
  start = perf_counter()
72
  for iteration in range(first_iter, opt.iterations + 1):