From 7e6b2b16f59515369ff030bc1902d85c2b2b82f1 Mon Sep 17 00:00:00 2001 From: Benjamin Weinstein Date: Sun, 12 Jan 2025 08:19:16 -0800 Subject: [PATCH] Update deepforest_config.yml The config was not reading scientific notation. I think this another example of how moving to hydra (#847) would help us. Closes #881 --- deepforest_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepforest_config.yml b/deepforest_config.yml index fc8ef619..d035d8ff 100644 --- a/deepforest_config.yml +++ b/deepforest_config.yml @@ -42,7 +42,7 @@ train: threshold_mode: "rel" cooldown: 0 min_lr: 0 - eps: 1e-08 + eps: 0.00000001 # Print loss every n epochs epochs: 1