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
Currently chirho.dynamical.simulate assumes individual state variables are scalar torch.Tensors (i.e. tensors with event_dim == 0). This was only imposed to simplify the implementation of the torchdiffeq backend, not for any deeper reason, so we should generalize to support arbitrary state variable shapes/types.
It will likely be necessary to resolve #328 before this issue can be resolved.
The text was updated successfully, but these errors were encountered:
Currently
chirho.dynamical.simulate
assumes individual state variables are scalartorch.Tensor
s (i.e. tensors withevent_dim == 0
). This was only imposed to simplify the implementation of thetorchdiffeq
backend, not for any deeper reason, so we should generalize to support arbitrary state variable shapes/types.It will likely be necessary to resolve #328 before this issue can be resolved.
The text was updated successfully, but these errors were encountered: