Closed hughperkins closed 7 years ago
tf.reduce_sum seems to fail sometimes, on Mac
tf.reduce_sum
Sometiems, will sum to eg 1e-23.
1e-23
I think this is because of my removing the guards in Eigen's TensorCudaReduction.h. I'm going to try re-adding the guards, and see if that fixes it. https://bitbucket.org/hughperkins/eigen/commits/4e47de64dcc4a106407893069409ab6ba95509d5
fixed in v0.18.3
tf.reduce_sum
seems to fail sometimes, on MacSometiems, will sum to eg
1e-23
.I think this is because of my removing the guards in Eigen's TensorCudaReduction.h. I'm going to try re-adding the guards, and see if that fixes it. https://bitbucket.org/hughperkins/eigen/commits/4e47de64dcc4a106407893069409ab6ba95509d5