activatedgeek / activatedgeek/svgd
AttributeError: no attribute 'precision_matrix'
- Langage dominant
- Jupyter Notebook
- Étoiles
- 49
- Forks
- 4
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hi
I just visited your blog and GitHub. It's quite interesting and helpful to me. But somehow when I ran your notebook, I ran into this error. Do you know why? anything missing? (I used the colab and local machine.)
```python
AttributeError: type object 'MoG2' has no attribute 'precision_matrix'
```
Thanks
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Reproduce the issue by opening and running the notebook that uses `MoG2` until the `AttributeError` is triggered. Find where `MoG2` is defined in the repo and confirm whether `precision_matrix` should be defined as a class attribute, instance attribute, or comes from a dependency. Compare that expected API against the notebook usage and mark done when the notebook path executes without raising `AttributeError` for `precision_matrix`.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- jupyter, python
- Domaine
- backend
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 44/100