Bayesian-Neural-Networks icon indicating copy to clipboard operation
Bayesian-Neural-Networks copied to clipboard

2 questions: batch & layer

Open EvannaB opened this issue 2 years ago • 1 comments

Here are two questions, and would you please help me with them:

  1. In the COLAB notebook, this code didn't train in batches, right?
  2. In the COLAB notebook, the MC_Dropout_Model can run without the MC_Dropout_Layer?

EvannaB avatar May 12 '23 05:05 EvannaB

Hi @EvannaB

  1. I believe that all models should train in minibatches by default.
  2. You can remove the MC dropout layer, but you will remove the uncertainty estimation capabilities of the model if you do this.

JavierAntoran avatar Aug 31 '23 17:08 JavierAntoran