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
Often an MCMC fit stalled on one chain, or starts to diverge only on, it would be helpful to figure out a way we can report some posteriors from the chains as they come in, rather than all at once at the end.
Look into a way to flush MCMC output after every sample, also analyze the performance impacts of doing something like this (try to keep it light weight no more than 5% increase to runtime)
@SamuelBrand1 maybe you are aware of something like this in other frameworks? Is this common to do?
The text was updated successfully, but these errors were encountered:
we currently don't run such low-level commands as he suggests as a workaround in our fitting script. @kokbent how high priority is this functionality. Would it be worth redesigning our .infer() method to do this?
I have not dug in particularly deep to the implementation details and dont know how much of a headache it will be.
Often an MCMC fit stalled on one chain, or starts to diverge only on, it would be helpful to figure out a way we can report some posteriors from the chains as they come in, rather than all at once at the end.
Look into a way to flush MCMC output after every sample, also analyze the performance impacts of doing something like this (try to keep it light weight no more than 5% increase to runtime)
@SamuelBrand1 maybe you are aware of something like this in other frameworks? Is this common to do?
The text was updated successfully, but these errors were encountered: