mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-06-26 18:18:11 +00:00
...
This commit is contained in:
parent
4e36f28d47
commit
7c6d2ca956
2
train.py
2
train.py
@ -31,7 +31,7 @@ except ImportError:
|
||||
def training(dataset, opt, pipe, testing_iterations, saving_iterations, checkpoint_iterations, checkpoint, debug_from):
|
||||
bestLossEncountered = 1000000
|
||||
bestIterationEncountered = 0
|
||||
pickBetweenFinalNLosses = 10
|
||||
pickBetweenFinalNLosses = 500 #Closely monitor last 500 solutions
|
||||
|
||||
first_iter = 0
|
||||
tb_writer = prepare_output_and_logger(dataset)
|
||||
|
Loading…
Reference in New Issue
Block a user