TyXe-BDL / TyXe

MIT License
144 stars 33 forks source link

m, sd = bnn.predict(x_test, num_predictions=32) #29

Open AmosJoseph opened 4 months ago

AmosJoseph commented 4 months ago

Hi, the above code can get mean and standard deviation for all 32 num_predictions.

Then how to get the individual value of each one?

Best regards!