zi2zi-pytorch initial learning rate=0.001, learning rate 的高與低, 對字型生成與訓練有什麼影響, 應該使用更高的 learning rate 還是更低的? 2025-02-07 在 zi2zi-pytorch 中,初始學習率 …
zi2zi-pytorch 的 UNetGenerator 中,加入 Self-Attention layer, 應該每一個 layer 之後都加, 還是全部 8個 layer 之中的一個增加即可? 2025-02-07 在 UNetGenerator 中加入 Self…
UNetGenerator 中, 沒有加入 self-attention 層的訓練結果, 可以轉移到有 self-attention 層的訓練模型當中嗎? 2025-02-07 在 UNetGenerator 中,沒有加入 s…
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…