See https://diffeqflux.sciml.ai/dev/examples/exogenous_input/ . NeuralODE
is a simplified interface for a specific problem, the Neural ODE, which doesn’t include an exogeneous input. So if you want to have inputs and all of that, you need to define the ODE with embedded neural networks.
1 Like