Skip to content

Commit

Permalink
Update deepforest_config.yml
Browse files Browse the repository at this point in the history
The config was not reading scientific notation. I think this another example of how moving to hydra (#847) would help us. Closes #881
  • Loading branch information
bw4sz authored Jan 12, 2025
1 parent 2bf8a9a commit 7e6b2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepforest_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e6b2b1

Please sign in to comment.