Posterior sample problem #1342
-
Hi, all from sbi.inference import NPE_A inference = NPE_A(prior=prior) _ = inference.append_simulations(theta, x, proposal=proposal).train() posterior_samples = posterior.sample((1,)) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, Hope this helps in any way! |
Beta Was this translation helpful? Give feedback.
Hey,
Although on a different model, I think we might be experiencing the same issue. It could be related to the dimensionality of your model, but more specifics on what exactly you're trying to optimise are needed. Here is the link to my issue where I got a helpful answer:
#1314 (reply in thread)
Hope this helps in any way!
Mateusz