TensorFlow-Tutorials icon indicating copy to clipboard operation
TensorFlow-Tutorials copied to clipboard

the dropout probability should be different between train and inference

Open zhengjxu opened this issue 6 years ago • 0 comments

During the training, the keep_prob = 0.5, during inference, the keep_prob should be 1. I update the code by adding the keep_prob as tf.placeholder.

zhengjxu avatar Mar 23 '19 17:03 zhengjxu