From 2d72f7be03d58431a6249a7f88c436978c16a515 Mon Sep 17 00:00:00 2001 From: "xiangyu.xie" Date: Fri, 20 Mar 2026 16:24:31 +0100 Subject: [PATCH] Update train yaml --- Configs/train_1photon.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Configs/train_1photon.yaml b/Configs/train_1photon.yaml index d166e5a..b2f836f 100644 --- a/Configs/train_1photon.yaml +++ b/Configs/train_1photon.yaml @@ -8,7 +8,7 @@ data: noise_keV: 0.13 noise_threshold: 0.0 ### set values below (noise * noise_threshold) to zero num_aug_ops: 1 - normalize: true + normalize: false batch_size_train: 4096 batch_size_val: 1024 @@ -33,8 +33,4 @@ training: loss: type: "weightedL1" alpha: 7.0 - beta: 3.0 - -logging: - save_dir: "Results" - model_dir: "Models" \ No newline at end of file + beta: 3.0 \ No newline at end of file