activatedgeek / activatedgeek/svgd
AttributeError: no attribute 'precision_matrix'
- 主要語言
- Jupyter Notebook
- 星號
- 49
- 分支
- 4
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
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`.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- jupyter, python
- 領域
- backend
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 44/100