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
Via the new ODE-SDE bridge from FMPE to score-methods we can perform iid inference using FMPE as well.
This works as expected for Gaussian priors and all score-iid variants. However, for uniform priors and all except the fnpe score-iid variant this is failing: The predictor produces NaNs instantly (the initialization seems valid).
I pushed some fixes to the vf tests in #TODO, fixing this for fnpe, but for the others it would need your expertise @manuelgloeckler 🙏
Can you please have a look?
The issue can be reproduced using the following tests, uncommenting the pytest.skip in line 392.