Medium_Notebooks_English icon indicating copy to clipboard operation
Medium_Notebooks_English copied to clipboard

bayesian_cnn_real_data example return same values for every forward pass

Open ahiguera-mx opened this issue 2 years ago • 0 comments

Hi,

First of all, thanks a lot for putting together these nice examples, I've tried to run bayesian_cnn_real_data, and every forward pass returns the same value, specifically when calling the function

def analyse_model_prediction() the values for
extracted_probabilities[i] = model_output_distribution.mean().numpy().flatten() They are always the same. Any thoughts? I'm using tf 2.14.0 and tfp 0.22.0

ahiguera-mx avatar Feb 12 '24 03:02 ahiguera-mx