From d412f8b22d107f65961c334f594dea81f6338580 Mon Sep 17 00:00:00 2001 From: Geralt_of_Rivia <87054407+guanjunwu@users.noreply.github.com> Date: Thu, 4 Jan 2024 02:27:42 +0800 Subject: [PATCH] Change PipelineParams.debug, which will let CPU overload. --- arguments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arguments/__init__.py b/arguments/__init__.py index 56d1f6c..9fa2857 100644 --- a/arguments/__init__.py +++ b/arguments/__init__.py @@ -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):