-
I have encountered an error when attempting to train an LSTM model that only appears on GPU. Below is a minimal example to reproduce the error. The code works fine without the `|> gpu`, and it also wo…
-
**What did you expect to happen?**
steady state calculation should succeed
**What has happened instead?**
error messages in attached file
[asthma-2021-01-01.txt](https://github.com/AMICI-dev…
-
Hey @maleadt @MikeInnes @DhairyaLGandhi @avik-pal @aviks @findmyway @staticfloat @ChrisRackauckas we need to get the ML projects here:
https://julialang.org/jsoc/gsoc/flux/ updated for GSoC 2021 asap…
-
https://diffeqflux.sciml.ai/dev/controlling_AD/#
-
I'm running julia 1.5.1. Reproduction is: https://github.com/samuela/research/commit/e8287f3bd17f4a1dcebdf038c80681210007ee86. You can recreate the error with `] instantiate`, `] build`, and then `jul…
-
I'm encountering issues in using Zygote to AD through `orthogonal`. I note that in the present test, we do test that AD works, but as I understand it, [we do not test for correctness. ](https://github…
-
In [the docs](https://docs.sciml.ai/stable/solvers/ode_solve/#Explicit-Runge-Kutta-Methods-1), it says that `Tsit5` will return a "free 4th order interpolant". The expectation is that this spline will…
-
hi
i have s very simple model like this :
```
df = preprocess_covid_data(df);
X,y = generate_training_data(3,1,df,0);
y = y';
model = Chain(Dense(18,18,relu),Dense(18,180,relu),Dense(180,18,relu…
-
Let's end `concrete_solve`. The question of "why do we have `concrete_solve`" and "how to get rid of `concrete_solve`" are essentially the same question, so let me layout what we need to fix about `so…
-
Originally opened in ParameterHandling: https://github.com/invenia/ParameterHandling.jl/issues/18
In ParameterHandling there is a method called `nearest_orthogonal_matrix` that is essentially [this…