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
In https://github.com/pyro-ppl/pyro/blob/dev/pyro/primitives.py#L102 the batch shape of the input distribution is ignored when returning a final interleaved deterministic value, which may cause issues with MultiWorldCounterfactual's use and abuse of plates. The following change should be sufficient to prevent any issues:
I believe this is unnecessary following the changes to MultiWorldCounterfactual in #48, which makes the workaround of pyro.poutine.blocking the deterministic site introduced when handling obs_mask the more correct behavior.
In https://github.com/pyro-ppl/pyro/blob/dev/pyro/primitives.py#L102 the batch shape of the input distribution is ignored when returning a final interleaved
deterministic
value, which may cause issues withMultiWorldCounterfactual
's use and abuse of plates. The following change should be sufficient to prevent any issues:The text was updated successfully, but these errors were encountered: