-
Notifications
You must be signed in to change notification settings - Fork 432
<gpu> and <cpu> generates totally different results #50
Comments
besides, when I change the configuration of |
Is there any probability that GPU and CPU performs differently on Please help. |
I set all tensor's stream, and in GPU mode it didn't report error. |
Besides, I used a |
I'll be really really grateful if someone has some idea to help me. |
Could post you code with gist so I can have a glance? |
Note there is a special semantics on Copy(dst, src); Or dst = F<op::identity>(src); Or dst =1.0f * src; |
[BUGFIX] concurrency
This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet. |
Help.
I improved the
/guide/neuralnet/convnet.cu
, add my own functionwhen I use
-cpu
parameter, things go well , the error rate is declininghowever,
-gpu
generates totally different results: the error just stays at 0.9 or so(didn't change a little bit)...It may seems there's a bug in
mshadow
's gpu implementation, but I don't know.I didn't add my own gpu code, just use
mshadow
's(like<xpu>
).for cpu , I used
blas
lib. And my cuda version is7.0
.Please help.
@tqchen @antinucleon
The text was updated successfully, but these errors were encountered: