Change PipelineParams.debug, which will let CPU overload.

This commit is contained in:
Geralt_of_Rivia 2024-01-04 02:27:42 +08:00 committed by GitHub
parent bf1c002203
commit d412f8b22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ class PipelineParams(ParamGroup):
def __init__(self, parser):
self.convert_SHs_python = False
self.compute_cov3D_python = False
self.debug = True
self.debug = False
super().__init__(parser, "Pipeline Parameters")
class ModelHiddenParams(ParamGroup):
def __init__(self, parser):