So after I realize there are operations in TensorFlow which are non-deterministic, see this Question: How to get the same loss value, every time training a CNN (MNIST data set), with TensorFlow?, I want to know:
How can I build a convolutional neural net with:
- TensorFlow Version 1.1.0
- CUDA release 8.0, V8.0.61
- cuDNN 5.1.10
- run on GPU
which use only deterministic operations?