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
This issue proposes to create delayed pyro.param by log_joint and then use funsor.adam.Adam to optimize parameters. This would allow to write optimization part in minipyro in a way that is more consistent with funsor style (if there is such a thing) and also make it backend-agnostic (with more supported backends in funsor.adam.Adam). Support for constrained variables (#502) might be useful here.
This issue proposes to create delayed
pyro.param
bylog_joint
and then usefunsor.adam.Adam
to optimize parameters. This would allow to write optimization part inminipyro
in a way that is more consistent with funsor style (if there is such a thing) and also make it backend-agnostic (with more supported backends infunsor.adam.Adam
). Support for constrained variables (#502) might be useful here.(I have tried this out for a simple guide where
pyro.param
doesn't have any constraints and not nested inpyro.plate
and it seems to work.)The text was updated successfully, but these errors were encountered: