-
# Download **OsteoBioR** package in R
Run these codes in your local R console:
- `options(repos = c(getOption("repos"), PANDORA = "https://Pandora-IsoMemo.github.io/drat/"))`
- `install.packages(…
-
https://github.com/SciML/DiffEqFlux.jl/pull/671 improves vjp calculations, but we could do better. The issue is that adjoints will naturally defer calculation because the memory may be used sometime i…
-
(This is related to https://discourse.julialang.org/t/zygote-jl-adjoint-mutating-inplace-adjoints/78241)
Inspecting the Zygote code, I can see that aside from `@adjoint` there is also `@adjoint!` …
-
Just to clarify my question: the way my AD objective is setup, there's a layer of indirection between the targets I'm taking the gradient with respect to, and the computation of the objective function…
-
#### Summary:
Replace `var_alloc_stack_` data structure and rewrite functions that depend on it
* [ ] replace all the functions that depend on `var_alloc_stack_` with explicit allocations wrappe…
-
Hi all,
I am trying to use GPU on a SteadyStateProblem (to implement Deep Equilibrium Models to be more specific), and run into a "scalar getindex is disallowed" problem. Any help would be apprecia…
-
I'm wondering if matrix ODEs with sparse matrices can be supported.
As a representative example, the following code fails:
```julia
using DiffEqSensitivity, OrdinaryDiffEq, Zygote, LinearAlgebr…
-
This ticket implements representation theory methods for a finite
dimensional associative algebra A:
* Maximal decomposition of the identity into primitive idempotents if
A is semi-simple and com…
-
Identified in https://github.com/JuliaStats/PDMats.jl/issues/159
When calling the `cholesky` `rrule`, there is an error in the code at https://github.com/JuliaDiff/ChainRules.jl/blob/c5dbe030af3905…
-
Our package provides an API that handles parameters differently depending on them being either tuples or arrays. If only arrays are passed everything works fine, but the tuple syntax seems to be incom…