abdulfatir / abdulfatir/planar-flow-pytorch
invertible condition
未關閉
適合新手
bug
help wanted
- 主要語言
- Jupyter Notebook
- 星號
- 18
- 分支
- 14
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```
w_hat = self.w / torch.norm(self.w, p=2)
```
==>
```
w_hat = self.w / torch.norm(self.w, p=2)**2
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Look at the planar flow implementation in the repository, likely in a file like planar_flow.py or a Jupyter notebook. Find the line where w_hat is computed and change the denominator from torch.norm(self.w, p=2) to torch.norm(self.w, p=2)**2. Verify the change by running any existing tests or examples to ensure the flow remains invertible.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python, pytorch
- 領域
- machine-learning
- Issue 類型
- 缺陷
- 難度
- 1/5
- 預估耗時
- 1 小時以內
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 75/100