UNetGenerator 中, 應該加入 self-attention 層或是 channel attention 層, 還是2個都加入比較好? 2025-02-06 在 UNetGenerator 中,self-a…
zi2zi-pytorch 裡, 的 kernel_size=4, padding=1 是否效果等於 kernel_size=3, padding=0 2025-02-04 在 zi2zi-pytorch 中,kernel…
RuntimeError: CUDA out of memory. Tried to allocate 256.00 MiB (GPU 0; 4.00 GiB total capacity; 3.20 GiB already allocated; 0 bytes free; 3.23 GiB reserved in total by PyTorch) 2022-08-17 在 colab 上正常可以跑在程式, 搬到弱弱的…