DropoutUncertaintyExps icon indicating copy to clipboard operation
DropoutUncertaintyExps copied to clipboard

Different dropout rate between training and testing?

Open elwell67 opened this issue 7 years ago • 0 comments

Any suggestions on how to implement the stochastic predictor with a different dropout rate than that which was used in training? I have tried to modify the layer attributes (.rate), but this does not change the output of the stochastic predictor function (built on the keras backend function).

elwell67 avatar Mar 07 '18 19:03 elwell67