-
Hello,
I've been playing around with the example for a bit and cannot solve one issue. I want to predict a time series, for now a simple cosine function. The function is irregularly sampled at 250 po…
-
The paper provides a good method for encoding data with an ODE. This would be useful for being the encoder of an encoder/decoder architecture as an alternative to using an RNN encoder.
https://arxi…
-
I have a code that used to run [6 months ago](https://github.com/jarroyoe/NODE_Community_Forecast/commit/80bcb24c5abc8f6f3d1d68c72544f205c14aa070) that is not running anymore. I mentioned this error i…
-
**Describe the bug 🐞**
Hi,
in the below MWE, the function [_vecjacobian!](https://github.com/SciML/SciMLSensitivity.jl/blob/0ce3753862ba77f8a3d941598ef923a672a14390/src/derivative_wrappers.jl#L555)…
-
I have a code that used to run [6 months ago](https://github.com/jarroyoe/NODE_Community_Forecast/commit/80bcb24c5abc8f6f3d1d68c72544f205c14aa070) that is not running anymore.
The code
```
using Or…
-
Dear all,
I'm getting started with Flow Matching and working through your tutorial notebooks. I've tried implementing the `TargetConditionalFlowMatcher` from the OT-CVF Lipman et al. formulation bu…
-
I feel sorry to bother you again. I just finish the first phase of training with your sincerely help and move on to the next command which is `python run_nerf.py --config=configs/pour_baseline_flow.tx…
-
Hi, does EnzymeVJP support training Neural Ordinary Differential Equations with DiscreteCallback on GPU? I tried it but failed :(
Here is the relevant Julia code:
```julia
function dudt(u, p, …
-
Ref to https://github.com/SciML/Catalyst.jl/issues/264
-
**Describe the bug 🐞**
The trajectories of the N-ODE solution cut each other in the ODE solution.
**Expected behavior**
As of my understanding, N-ODE trajectories for different starting value…