Research (연구 관련)
non-contiguous input error
홍돌
2021. 8. 26. 16:04
https://discuss.pytorch.org/t/loss-backward-failure-due-to-contiguous-issue/96416/19
Loss.backward() failure due to contiguous issue
If that comes from here, if you just run the previous layer and this one, l10, does that trigger the same error? 🙂
discuss.pytorch.org
feature를 layer마다 쌓아놨다가 concat하면 이런 에러가 생긴다. pixelnerrf에서는 이런에러가 없었는데.. 왜지?