Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard setting for ["train"]["scheduler"]["eps"] results in TypeError #843

Closed
GitMup opened this issue Dec 4, 2024 · 1 comment
Closed

Comments

@GitMup
Copy link

GitMup commented Dec 4, 2024

Shen running with de default settings, the value 1e-08 for eps in the config file is read as a string resulting in a TypeError later on in ReduceLROnPlateau._reduce_lr

Suggest adjusting default value or casting float values as floats in deepforest.configure_optimizers

@bw4sz
Copy link
Collaborator

bw4sz commented Jan 16, 2025

fixed in #881

@bw4sz bw4sz closed this as completed Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants