-
Just a heads up that the tests for this package fail on the upcoming 1.5 due to an ambiguity in overloading multiplication with adjoints:
```
Vector-Vector: Error During Test at /home/kc/PkgEva…
-
I'm trying to use a DAE as a layer in a neural net. When the DAE is specified as an `ODEProblem` using an `ODEFunction` and `mass_matrix`, DiffEqFlux can `solve` the problem but it cannot be used in a…
-
To be clear, not raising this because I feel like being nitpicky - read on!
Other than very minor differences (e.g. order), the code for each Euler--Maruyama/Milstein/SRK method is essentially the …
-
Hi guys,
I am using Bijectors v0.8.0, and updated all modules used below yesterday.
```
[76274a88] Bijectors v0.8.0
[163ba53b] DiffResults v1.0.2
[31c24e10] Distributions v0.23.4
[ce…
-
I followed the instruction on your github https://github.com/openvinotoolkit/openvino to build it on macOS, done it and when i wrote a small code to check was all clear or not
```
#include
#includ…
-
## Description
There was an instance on Discourse of a user having problems with a model where they did not use all the parameters that they passed into the Algebra solver.
Full description here: …
-
**Submitting author:** @sebastkm (Sebastian Mitusch)
**Repository:** https://bitbucket.org/dolfin-adjoint/pyadjoint
**Version:** 2018.1.1
**Editor:** @Kevin-Mattheus-Moerman
**Reviewers:** @chrisri…
-
This was opened as a response to the discovery in [this](https://github.com/FluxML/Zygote.jl/pull/366/files#diff-fbbb811698e867bdef17d2008dc4a8acR26-R27) Zygote PR that our handling of complex functio…
-
MWE:
```julia
using CuArrays
x = cu(rand(5))
xx = reshape(x', 5)
typeof(xx) # ok: Base.ReshapedArray{Float32,1,LinearAlgebra.Adjoint{Float32,CuArray{Float32,1,Nothing}},Tuple{}}
typeof(-xx) # …
-
A product of two StaticArrays results in an allocated array.
Here is a minimal working example:
```julia
A = @SMatrix rand(9,1)
B = SArray{Tuple{9},Float64,1,9}(1,2,3,4,5,6,7,8,9)
C = adjoint(B)…