-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.9
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobile device
_No respons…
-
There are times when interpreting over a `ReactantInterpreter` doesn't correctly replace the overriden methods in `ReactantMethodTable`. For example, https://github.com/EnzymeAD/Reactant.jl/issues/183…
-
Hi Sebastian,
In [pytests/tests/tf/test_tf_optimization.py](https://github.com/shamanDevel/DiffDVR/blob/master/pytests/tests/tf/test_tf_optimization.py) line 106, derivative_tf_indices is defined a…
-
I was wondering is it possible to define both custom vjp and jvp for a function?
```
from jax import custom_vjp, custom_jvp, jacfwd, jacrev
def f(x):
return x
f = custom_jvp(f)
f.d…
-
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…
-
Hello,
First of all, thanks for the great library!
Second, when I tried compiling with Intel's icpc (Version 2021.2.0), the build fails with the message below (clang and gcc are OK).
Here I co…
-
![autodiff_roadmap_svg](https://user-images.githubusercontent.com/33411325/170226565-0fc8663c-4e31-4842-85d1-9e09abdff817.svg)
I would like to propose an initial roadmap of the Automatic differe…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.9
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobile device
_No respons…
-
So far we have only worked on forward mode autodiff. However, to implement backprop and build some simple machine learning application we'll need to implement some reverse mode autodiff.
For now I'…
-
Minimal test case:
```python
import tangent
import numpy as np
def forward(theta, states):
return states
def loss(theta, states, actions):
err = forward(theta, actions)
retur…