-
Notifications
You must be signed in to change notification settings - Fork 70
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
Beta-7 different outputs on GPU and CPU regression #124
Comments
Any update on this? I have the same issue. Setting as below OS: Ubuntu18.04.5 |
Issue Description Version Information Additional Information
|
@chooneung could you give me the full training loop so I can reproduce this out of the box for testing? I need to confirm if this is still the case or not on the latest version. |
OS: Windows
DL4J: deeplearning4j 1.0.0-beta7
CUDA: 10.2
cuDNN: 7.6
Issue: The results of regression (eg. BostonHousePricePrediction.java) running on GPU are not same as results running on CPU. Attached are the screenshot of the results.
CPU:
Using CPU as backend:
Result running on CPU backend:
GPU:
Using GPU as backend:
Result running on GPU backend:
The text was updated successfully, but these errors were encountered: