-
**Describe the bug**
I'm trying to implement a neural ode model with the [Ray](https://docs.ray.io/en/latest/index.html) library, but Ray calls `deepcopy` on its models which is causing an error wi…
-
I am trying to run the following script with GPU support, making sure all the variables are set to be Float64.
```
using OrdinaryDiffEq, Lux, DiffEqFlux, Optimization, OptimizationOptimisers, Opti…
-
I settled the env variable pointing to the HSL source location but could not install nor build the `MadNLPHSL` extension.
```julia
pkg> build MadNLPHSL
Building MadNLPHSL → `C:\Users\ilyao\.j…
-
Hi, I noticed that you have provided a demo on unconditional generation on the MNIST dataset. Do you plan to provide some demos on **conditional generation**? That would be of great help to me.
Thank…
-
### Bug description
Was trying to train a model with `pl.Trainer`. It goes for a few epochs, but after literally 2/3 epochs it kept freeze the kernel (couldn't even kill it). So I set `max_time={'min…
-
While I was trying to implement sensitivity analysis and neuralODEs on a MTK model I noticed a few issues;
1. As known vector parameters are not ready (#1271) last example say they work while slow,…
-
### Describe the bug
Hello,
I am launching a multi run with hydra. One of those run contains an error. I expect to see on the dashboard that the run failed but it displays that the run finishe…
-
Hi,
I am encountering a really weird behavior.
I am solving a neural ODE with a randomly initialized 2-layer MLP with 100 hidden nodes and 10 components (with fixed seed).
The 10 components o…
-
The DiffEqFlux Layers need to satisfy https://lux.csail.mit.edu/dev/api/core/#Lux.AbstractExplicitLayer else the parameters/states returned from `Lux.setup` be incorrect. As pointed out in slack
``…
-
Hello,
I am trying to make this code run, but I am getting an error. The old version of this code was with scmil_train and I was able to run it. You can see the old version of the code in the comm…