Skip to content

Commit 7e6b2b1

Browse files
authored
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
1 parent 2bf8a9a commit 7e6b2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepforest_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ train:
4242
threshold_mode: "rel"
4343
cooldown: 0
4444
min_lr: 0
45-
eps: 1e-08
45+
eps: 0.00000001
4646

4747
# Print loss every n epochs
4848
epochs: 1

0 commit comments

Comments
 (0)