deeplearning4j / deeplearning4j-examples

Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)

Home Page:http://deeplearning4j.konduit.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beta-7 different outputs on GPU and CPU regression

opened this issue · comments

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.
Original Issue from: CertifaiAI/cdle-traininglabs#124

CPU:
Using CPU as backend:
image

Result running on CPU backend:
image

GPU:
Using GPU as backend:
image

Result running on GPU backend:
image