I have a project built using the old version of BayesFlow which I am updating to use the new version of BayesFlow. Which new InferenceNetwork class is most similar to the standard InvertibleNetwork that was available in the old version of BayesFlow?
The equivalent is CouplingFlow
, which can use either affine couplings (previous default) or spline (more powerful for lower dimensional problems, require less depth).
1 Like