-
您好,请问下面这段hw2中计算LogSumExp梯度的代码不需要计算max(z)?
[https://github.com/kcxain/dlsys/blob/0ce32e1322a268ab0d6b64156dd1e62b0bb834c3/hw2/python/needle/ops.py#L395-L411](https://github.com/kcxain/dlsys/blob/0ce32…
-
When trying to setup CUDA with NNODE it seems I hit some Zygote issues with the adjoints of `Array`. @DhairyaLGandhi could I get some help on this?
```julia
using NeuralPDE, OrdinaryDiffEq, DiffEq…
-
These are currently failing due to missing adjoints for the OCL functions
https://github.com/EnzymeAD/Enzyme.jl/blob/0995d7ad6e4b1568e0857f66f006782241b0577a/test/amdgpu.jl#L41-L72
-
Berlin conference hackathon follow up
-
I am trying to make the RHS of an ODEProblem Enzyme compatible. My function has the signature `(du, u, p, t)` and I try to differentiate `du` for `u` for constant `p` and `t`. I hit the error
```
ERRO…
-
This package is great work and the Gen team would love to collaborate and contribute to this. One concern I have is that DistributionsAD brings in some a list of dependencies beyond those of Zygote, T…
-
First of all, thank you for developing this package, it's a very instructive way to learn about function decomposition methods!
And I do like the way time dependent PDEs can be solved by extending …
-
Create template classes for linear and non-linear operators:
```
class Operator(ABC):
__init__(domain, range)
# shape of image
domain: tensor.shape
# shape of k-space
range: te…
-
**Question❓**
Is it expected that the gradient for ReverseDiff and FiniteDiff disagree, even though the solver steps to almost exactly the same times? The difference goes away when the tolerances a…
-
EDIT: This was my original motivation, see next post for a more generalized take on the problem.
The Schrödinger equation in spherical coordinates
![image](https://user-images.githubusercontent.…
jagot updated
4 years ago