Hi. I have a question.
I run your "coombined_evaluation.py" and it works well.
There is a part I don't understand.
In "combined_evaluation" function , you put the dropout values as 0.2
-(sess, x_placeholder, dropout_placeholder = combined_training(x, y, 0.2, learning_rate, epochs))
I thought even if I train the model, I have to set the dropout value same with prediction.
Am I wrong?
Sorry to my poor english and Thank you.
Hi. I have a question.
I run your "coombined_evaluation.py" and it works well.
There is a part I don't understand.
In "combined_evaluation" function , you put the dropout values as 0.2
-(sess, x_placeholder, dropout_placeholder = combined_training(x, y, 0.2, learning_rate, epochs))
I thought even if I train the model, I have to set the dropout value same with prediction.
Am I wrong?
Sorry to my poor english and Thank you.