piEsposito/blitz-bayesian-deep-learning

result seems not good on Bosten example

Opened this issue · 0 comments

Hi, I try to implement the Boston example and use a plot to see fitting result. but the result seems not good enough.

The followings are train result and validation result (mean with 3 times std)
train_bosten_result_120
val_bosten_result_120

So I print the criterion from elbo function, but the mse curve seems like a oscillation, not a expected descending trend.
bosten_loss_120

I am curious why mse is not descending? looking for your replying :)