You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 functiondef analyse_model_prediction()
the values forextracted_probabilities[i] = model_output_distribution.mean().numpy().flatten()
They are always the same. Any thoughts?
I'm using tf
2.14.0
and tfp0.22.0
The text was updated successfully, but these errors were encountered: