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

More accurate message when torch is diverging. #128

Merged
merged 2 commits into from
Sep 10, 2024
Merged

More accurate message when torch is diverging. #128

merged 2 commits into from
Sep 10, 2024

Conversation

Bastien-mva
Copy link
Collaborator

No description provided.

@mahendra-mariadassou
Copy link
Collaborator

Hi @Bastien-mva, the checks are not valid due to a parsing error when reading the error message. It probably has to do with nested quotes (consider using " for outer quotes and ' for inner quotes or vice-versa). Could you check and push a fix ?

Copy link
Collaborator Author

@Bastien-mva Bastien-mva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the quotes.

@Bastien-mva
Copy link
Collaborator Author

Moreover, I think 0.1 is quite high for a learning rate. The learning rate has little significance with Rprop but if it is too high at the beginning it can give an infinite loss, maybe lowering it to 0.01 would be good. I can send a PR if you wish.

@jchiquet jchiquet merged commit a10efa5 into master Sep 10, 2024
8 checks passed
@jchiquet jchiquet deleted the zipln branch September 10, 2024 09:26
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

Successfully merging this pull request may close these issues.

3 participants