Closed wuphilipp closed 4 years ago
Just ran it and it ran fine. Possibly the issue is your package versions. If you do ]st
what does it show you?
Thanks for the reply. This is what I get from ]st
.
(@v1.4) pkg> st
Status `~/.julia/environments/v1.4/Project.toml`
[31a5f54b] Debugger v0.6.4
[aae7a2af] DiffEqFlux v1.8.0
[41bf760c] DiffEqSensitivity v6.10.0
[0c46a032] DifferentialEquations v6.12.0
[587475ba] Flux v0.10.3
[7073ff75] IJulia v1.21.1
[429524aa] Optim v0.20.5
[1dea7af3] OrdinaryDiffEq v5.32.1
[91a5bcdd] Plots v0.29.9
[37e2e46d] LinearAlgebra
Does this look OK?
Looks like DiffEqFlux 1.8 had an issue, so I just put out a patch 1.8.1. If you update that should be good. Sorry for the hiccup.
No worries, thanks for the quick patch!
Hi! I'm trying to run the Nerual ODE demo code and have run into this issue.
Specifically, when I run the demo code under the section
Training a Neural Ordinary Differential Equation
(exact code block below, directly copied from the README.md), I get the following errorI'm using the latest stable verion of julia (1.4.0), running on ubuntu 16.04.
Any advice?
Really cool work by the way!
Code block I'm running