-
### Describe the problem you are having
Made my config stable with help from Nick. Now testing 0.13 in preparation for deployment when it is released. Having issues with audio recognition not working…
-
### Describe the issue:
I ran into this while creating a model that has a skeleton (see `mdlb` in my MRE below) that uses a Deterministic.
### Issue:
The `pm.Deterministic` is added to the `…
-
Hi! First let me thank you for sharing your wonderful blog post.
I am reaching out to let you know that you can get OOS predictions using sample_posterior_predictive from the model defined in the b…
-
```python
import pytensor
import pytensor.tensor as pt
x = pt.scalar("x")
y = pt.vector("y")
z = x + pt.exp(y)
pytensor.dprint(z)
```
```
Elemwise{add,no_inplace} [id A]
|InplaceDimShuf…
-
```
============================================================================================================ ERRORS ===============================================================================…
-
### Describe the issue:
Dear all,
I have just made a fresh install of PyMC v5.3.1 with PyTensor v2.11.3 in a new conda environment. When sampling a model I get the attached error message, which te…
-
I've opened an issue with pymc:
https://github.com/pymc-devs/pymc/issues/6840
Pymc put out a new release (5.7.0) several hours ago. The optional dependency tests now fail with:
```
$ pytest symp…
-
### Describe the issue:
The Python package contains a lot of files that aren't strictly required for the package. This causes problems when packaging for distributions (such as for Arch Linux in my c…
-
We currently instantiate 240 tensor types in `DataStructures/Tensor/Python/Tensor.cpp`, which takes quite a long time (couple of minutes, depending on the machine). Not sure how to speed that up thoug…
-
```python
import nutpie
import pymc as pm
with pm.Model() as m:
proposed_pay = pm.MutableData("proposed_pay", np.array([50_000, 200_000], dtype="float64"))
accepted = pm.MutableData("ac…