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
internal renaming of all inference classes from, e.g., SNPE to NPE (i.e., we
removed the S prefix). The functionality of the classes remains the same. The NPE
class handles both the amortized and sequential versions of neural posterior
estimation. An alias for SNPE (and other sequential methods) still exists for
backwards compatibility (#1238) (@michaeldeistler).
change imports of posterior_nn, likelihood_nn, and classifier_nn. They should
now be imported from sbi.neural_nets, not from sbi.utils (#994) (@famura)
big refactoring of plotting utilities, new tutorial (#1084) (@Matthijspals)