fix: rediect logs
This commit is contained in:
parent
e40a4b979f
commit
07ae66b8ff
4 changed files with 11 additions and 1 deletions
|
|
@ -8,3 +8,4 @@ class ExperimentConfig:
|
|||
torch_deterministic: bool = True
|
||||
cuda: bool = True
|
||||
debug_sanity: bool = False
|
||||
base_run_dir: str = "runs"
|
||||
|
|
|
|||
Reference in a new issue