-
#### Summary:
Cannot compile rstan.
#### Description:
I tried the 8schools example of rstan: [https://cran.r-project.org/web/packages/rstan/vignettes/rstan.html#typical-workflow] and ran into …
-
#### Summary:
Segmentation Fault when running grad(): invalid address reference
#### Description:
I am trying to implement a two-layer neural network by stan-math (All the test codes is attached …
-
After the latest pull, with the latest versions of amici and pesto the pesto-example JakStat-Signaling does no longer work: Compilation is fine, but during optimization, an error "MATLAB has encounter…
-
I have some a basic question about the PESTO example erbb_signaling.
How does the code determine which type of sensitivity to use?
This is not included in any parameters in mainErbSignaling.m. H…
-
For example, this fails:
```python
In [1]: import numpy
In [2]: import tangent
In [3]: def f(W, x):
...: h1 = numpy.dot(x, W)
...: h2 = numpy.tanh(h1)
...: out = numpy.sum(h2…
-
L'affectation d'un responsable se fait, actuellement, à partir du formulaire de création/modification d'un utilisateur ET dans la gestion des groupes (si elle est activée).
Cela génère quelques fois …
-
This seems like a possible bug in tangent.
```
import numpy as np
def f(x):
"""Sum the upper triangle of the array x."""
sum = 0
rows, cols = x.shape
for i in np.arange(rows…
-
There was some discussion of this now that we have row vectors.
-
Hi,
I am trying to implement a function that calls the sign(x) function on a tensor, and I get the error that the name out is not defined. How can I define such out_axes?
The function sign(x) in…
-
Following a suggestion from @RiccardoRossi I'm working to improve the API for adjoints in kratos. This topic is dedicated to the element interface. Elements conforming to this interface should be able…