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
  • 68,743
  • 34
  • 184
  • 258
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.

Tfer3
  • 1,382
  • 1
  • 5
  • 16