1
Fork 0

fix: rediect logs

This commit is contained in:
Tibo De Peuter 2026-04-15 18:44:37 +02:00
parent e40a4b979f
commit 07ae66b8ff
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
4 changed files with 11 additions and 1 deletions

View file

@ -8,3 +8,4 @@ class ExperimentConfig:
torch_deterministic: bool = True
cuda: bool = True
debug_sanity: bool = False
base_run_dir: str = "runs"