3

I am using Keras with TensorFlow backend on GPU. How can I disable cuDNN or force it to have deterministic behavior?

There is a clear way for Theano backend as mentioned here: https://github.com/keras-team/keras/issues/2479

But I cannot find a similar way for TensorFlow. Any help is greatly appreciated.

talonmies
  • 70,661
  • 34
  • 192
  • 269
Behrouz
  • 39
  • 3

1 Answers1

0

Tensorflow does not currently guarantee deterministic behavior for all it's operation.

You can find the clear explanation from these posts 1 & 2.