How to implement Monte Carlo dropout with Keras in Convolutional neural networks to estimate predictive uncertainty as suggested by YARIN GAL? I am using R.R-Code is here
I am fitting the model in small batches and want to evaluate the model in small batches as well with Monte Carlo dropout.Could not find any hint in Keras documentation.BTW, I trained my model with flag training=TRUE.
Thanks