Open hainguyenct opened 7 years ago
Can you double check?
It could be a difference in the execution order of the parallelizable operations following floating point error propagation: https://discuss.pytorch.org/t/why-different-results-when-multiplying-in-cpu-than-in-gpu/1356/4
Hello everyone, I received different results when I tried to train with GPU and CPU. For using CPU, I got accuracy of 87% while GPU got 82%. Does anyone has met this situation? Thank you,