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
If CIEMSS is to be compositional with JuliaSim, then one way to separate concerns is to specify an ODE or PDE on the python side and pass it to PyTorch, which gets solved on the SciML side. The SciML solver needs to support gradients and event handling and expose those gradients and events to PyTorch.
The text was updated successfully, but these errors were encountered:
@djinnome , is this an issue for us or for the JuliaSim folks? If for us, could you please rewrite this in a way that describes what tasks we need to complete?
If CIEMSS is to be compositional with JuliaSim, then one way to separate concerns is to specify an ODE or PDE on the python side and pass it to PyTorch, which gets solved on the SciML side. The SciML solver needs to support gradients and event handling and expose those gradients and events to PyTorch.
The text was updated successfully, but these errors were encountered: