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.