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
A trained DirectPosterior based on NPE without embedding nets will only issue a warning about iid shapes when conditioned on x with batch shape >1. However, it should raise an error, unless it was trained with an appropriate permutation invariant embedding net, or unless sample_batched is called.
The text was updated successfully, but these errors were encountered:
A trained
DirectPosterior
based onNPE
without embedding nets will only issue a warning about iid shapes when conditioned onx
with batch shape >1. However, it should raise an error, unless it was trained with an appropriate permutation invariant embedding net, or unlesssample_batched
is called.The text was updated successfully, but these errors were encountered: