Skip to content
New issue

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

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

Already on GitHub? # to your account

There may be a bug in the function of "__track_and_check_best" of "core/monitors/early_stopper.py" file #373

Closed
zza234s opened this issue Sep 12, 2022 · 1 comment · Fixed by #374
Labels
bug Something isn't working

Comments

@zza234s
Copy link

zza234s commented Sep 12, 2022

The result of executing the code in the red box is add(eval_score, delta) <new_result, instead of the expected add(eval_score, delta) >new_result
image

Because of the assignment statement on line 46
image

@rayrayraykk rayrayraykk linked a pull request Sep 13, 2022 that will close this issue
@rayrayraykk
Copy link
Collaborator

Hello, thanks for pointing out this bug, we've fixed it in #374.

@rayrayraykk rayrayraykk added the bug Something isn't working label Sep 13, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants