-
Hi there
I am trying to formulate a non-linear operator (which involves integration) and using newton iteration to solve it. I understand this is a relatively raw part of the package, but I would rea…
-
-
## 🐛 Bug
Some PyTorch primitives expect the gradient passed in during the backward pass to be contiguous, but not all functions produce a contiguous gradient in their backward pass. When two incomp…
-
It would be nice if the package would support the complex numbers. Probably it is difficult to check when the derivative exist, and what path to take on the complex plane to take derivative. However i…
-
I was trying to go through the documentation for adjoint sensitivity analysis.
In addition to having to fix some function signatures that were incorrect in the documentation, the resulting sensitivit…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubun…
-
# Description
MXNet isn't going to be implementing statistical distributions anytime soon, so it seems like they will be diverging from the rest of our ML framework backends even more. Instead of k…
-
Is there a way to make the following code work?
```python
@qml.qnode(dev1, interface='torch')
def test(theta):
qml.RY(theta)
qml.RZ(theta/2)
return qml.expval.PauliZ(0)
test(1)
`…
-
Running the ApproxFun tests generated the below error. You may have to be on master for ApproxFun, ApproxFunBase, ApproxFunOrthogonalPolynomials, ApproxFunSingularities, and ApproxFunFourier.
```ju…
-
#### Summary:
Multiple translation units test fails on Linux. This shouldn't fail.
See: http://discourse.mc-stan.org/t/stan-math-ubuntu-clang-needs-fpic/339/3
#### Description:
The test was or…