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
Thanks very much for sharing the code, great job.
I'm trying to use your example regarding the prediction of the Lorenz 84 model with Bayesan ConvLSTM.
The example works without any problems, but I didn't understand how to have access to the uncertainties about the model fitness.
Are uncertainties the third output of this line? last_pred, _, _ = model(y_pred,timestep, training=False)
Thank you so much in advance
The text was updated successfully, but these errors were encountered:
Thanks very much for sharing the code, great job.
I'm trying to use your example regarding the prediction of the Lorenz 84 model with Bayesan ConvLSTM.
The example works without any problems, but I didn't understand how to have access to the uncertainties about the model fitness.
Are uncertainties the third output of this line? last_pred, _, _ = model(y_pred,timestep, training=False)
Thank you so much in advance
The text was updated successfully, but these errors were encountered: