-
Hi, it recently turned out that the adjoint for the Cholesky on `Zygote.jl` is not GPU compatible as it explicitly calls `BLAS.trsm!`.
At the given moment, there doesn't seem to be a computationally…
-
Not sure if this is the right way to go about it so I'd like to ask what you all think... Would it make sense to make some adjoints for regularizers, and or attach them to specific layers?
ie:
```Ju…
-
| | |
|------------------|-----------------|
|Previous ID | SR-8699 |
|Radar | None |
|Original Reporter | @rxwei |…
rxwei updated
2 years ago
-
-
I am incorporating some simple non-standard elements in a larger DNN.
To achieve this I had to manually define some reverse rules through ChainRulesCore syntax
ChainRulesCore.rrule(::typeof(f),a…
-
I am incorporating some simple non-standard elements in a larger DNN.
To achieve this I had to manually define some reverse rules through ChainRulesCore syntax
`ChainRulesCore.rrule(::typeof(f),ar…
-
I have a simp lemma that behaves differently on projection `Prod.fst : α × β → α` and on a custom function `my_fst : α × β → α`.
The lemma is that an adjoint of composition is composition of adjoi…
-
Discussion: https://github.com/cnumr/best-practices/discussions/95
@Christophe-Cl @arnolem
Tâches:
- [x] Créer le fichier BP_4015_fr.md
- [x] Ecrire le titre
- [x] Ecrire la description
…
-
Howdy,
Here: https://diffeq.sciml.ai/stable/analysis/sensitivity/#Example-continuous-adjoints-on-an-energy-functional
In the documentation it says:
```
function dg(out,u,p,t)
out[1]= u[1] +…
-
For leaf nodes that aren't simple array wrappers, such as `ScalarOperator` and `FunctionOperator`, DiffEqOperators.jl had mutable structs that would be changed in-place by `update_coefficients!`. In c…