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

Check for nan validation loss #16

Open
danyk98 opened this issue May 12, 2022 · 0 comments
Open

Check for nan validation loss #16

danyk98 opened this issue May 12, 2022 · 0 comments

Comments

@danyk98
Copy link

danyk98 commented May 12, 2022

If gradients are exploding, the loss function can return nan, which is interpreted as a decrease in the validation loss. An additional if statement should be added with an np.isnan(score) or similar

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