-
Built a model according to the augmented Neural ODE tutorial as following:
```julia
@with_kw struct Args
η = 1e-3 # learning rate
λ = 0.01f0 # regularization par…
-
Not sure if this is related to DiffEqFlux, but I am running in issues with using inplace functions with `AutoZygote` as an AD.
I am running
```Julia
Julia Version 1.7.1
Commit ac5cc99908 (202…
-
This is my "versioninfo()":
```
Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12th Gen Intel(R) Core(TM) i9-12900KF
…
-
I was trying to adapt [this example](https://diffeqflux.sciml.ai/stable/examples/neural_ode_sciml/) with training points that are not evenly spaced and it seems that with the default `sensealg`, gradi…
-
The [script to create a sysimage in this repo](https://github.com/IlyaOrson/control_neuralode/blob/f67d8aa2074cc61ac7a855d757e7cbd3c87aa2f6/create_sysimage.jl) throws the following error with `Package…
-
Set `device=gpu` in https://github.com/CarloLucibello/GraphNeuralNetworks.jl/blob/master/examples/neural_ode.jl to reproduce
-
```Julia
using OrdinaryDiffEq, Flux, Optim, Random, Plots
using Zygote
using ForwardDiff
using DiffEqSensitivity
using LinearAlgebra
using Statistics
using ProgressBars, Printf
using Flux.Op…
-
Really enjoying the library so far --
I was wondering if there was any thoughts about implementing the regularization method introduced in [Kelly 2020](https://arxiv.org/pdf/2007.04504.pdf). I woul…
-
Hello, I am quite new to using all of these Julia packages for neural ODEs and machine learning. I was trying to run the example code from the stable documentation given [here](https://diffeqflux.scim…
-
Hi torchdyn team,
Good job maintaining this library, I really like the new v1.0 release!
However, I might have encountered an issue when playing with the library... It happens when I run the fol…
Bawaw updated
3 years ago