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
For example, it seems rather inefficient that we have to compute posterior(fx, y_train) all over whenever we want to plot... isn't there some way to get it once together with the gradients?
The text was updated successfully, but these errors were encountered:
For example, it seems rather inefficient that we have to compute posterior(fx, y_train) all over whenever we want to plot... isn't there some way to get it once together with the gradients?
By this, do you mean the fact that we have to both compute the log marginal likelihood and the posterior each time that we want to plot, meaning that we're probably doing roughly double the amount of work that we need to?
It's currently a rather slow notebook.
For example, it seems rather inefficient that we have to compute
posterior(fx, y_train)
all over whenever we want to plot... isn't there some way to get it once together with the gradients?The text was updated successfully, but these errors were encountered: