-
Notifications
You must be signed in to change notification settings - Fork 97
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
Gradient test case may fail in GPU single precision mode #7
Comments
Yes, I found the same problem when I did my experiments. I think it’s the precision problem at the point of sub gradient. Just use the double precision mode and you should be fine. Thank you. |
I have the same question, and how did you solve it? When I make test, I see the question. |
I didn't solve it. As i said before, I think that's the inherent precision problem. I chose to use double precision float during my experiments. Thank you. |
@daerduoCarey double precision also fails in some cases.
|
When running the test case in src/caffe/test/test_st_layer_hard.cpp, some cases in GPU single precision mode may fail.
The text was updated successfully, but these errors were encountered: