Change PipelineParams.debug, which will let CPU overload.
This commit is contained in:
parent
bf1c002203
commit
d412f8b22d
@ -69,7 +69,7 @@ class PipelineParams(ParamGroup):
|
|||||||
def __init__(self, parser):
|
def __init__(self, parser):
|
||||||
self.convert_SHs_python = False
|
self.convert_SHs_python = False
|
||||||
self.compute_cov3D_python = False
|
self.compute_cov3D_python = False
|
||||||
self.debug = True
|
self.debug = False
|
||||||
super().__init__(parser, "Pipeline Parameters")
|
super().__init__(parser, "Pipeline Parameters")
|
||||||
class ModelHiddenParams(ParamGroup):
|
class ModelHiddenParams(ParamGroup):
|
||||||
def __init__(self, parser):
|
def __init__(self, parser):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user