-
Notifications
You must be signed in to change notification settings - Fork 59
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
Clamping in Affine Transform #253
Comments
That was also my experience, so I picked the settings that stabilized training on the regression and two moons examples (basically the old settings from 1.5x). However, using my "stable" settings, @elseml got NaNs in his experiments. It seems that stability is currently a bit dependent on the test case, which needs to be solved. My last suspicion is in the residual net, which we preciously didn't use. |
Thanks for the additional information. I just reran The problem with the NaNs seems to persist, see #254. What would be your preferred configuration until we have figured this out? Using the code from eb5c446? |
I am on it. |
Let me know if you still observe some problems after my recent push. |
Thanks a lot! The tests look stable now. @elseml If you don't encounter problems, I think we can close this issue |
Quick timeline of my experiences (note that my setup is more prone to NaNs in general):
The issue can thus be closed for now from my side - we will have to see in the long run if the occasional instabilities in #254 were sufficiently addressed. |
Thanks, let's keep an eye on this an reopen the issue when needed. |
Great! Thank you all for helping to fix this issue! |
The changes in clamping have lead to worse performance in the two moons test. Reverting the changes in eb5c446 and 7906c1e fixed this, but was not motivated by extensive testing.
@stefanradev93 Could you please evaluate which form is the best in practice and, in case the changes are the best in practical applications, adjust the test settings accordingly?
The text was updated successfully, but these errors were encountered: