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
One issue with funsor.minipyro is that the samples returned from a model are not compatible with tensor shapes and numpy shapes. This came up in pyro-ppl/pyro-api#5 as we try to create a generic API for multiple Pyro backends.
One solution might be to add a to_tensor() method for model results.
Another solution might be to start using named tensors or an align-like method.
The text was updated successfully, but these errors were encountered:
One issue with funsor.minipyro is that the samples returned from a model are not compatible with tensor shapes and numpy shapes. This came up in pyro-ppl/pyro-api#5 as we try to create a generic API for multiple Pyro backends.
One solution might be to add a
to_tensor()
method for model results.Another solution might be to start using named tensors or an align-like method.
The text was updated successfully, but these errors were encountered: