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

Open
GitMup opened this issue Dec 4, 2024 · 0 comments
Open

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

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

1 participant