Why output of torch.cat() is still C channels??
未關閉
- 主要語言
- Python
- 星號
- 625
- 分支
- 103
- PR 合併指標
- 30 天內沒有已合併 PR
描述
https://github.com/akanimax/BMSG-GAN/blob/d06316974d1d84bd2077f8c558ebaf9d967205df/sourcecode/MSG_GAN/CustomLayers.py#L342
I think input feature x , the shape of **x** is (BS, C, H, W)
and the shape of **y** is (BS, 1, H, W)
so the output of concate them should be (BS, C+1, H, W), but (BS, C, H, W) in code ?
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。