-
Notifications
You must be signed in to change notification settings - Fork 556
Open
Description
以 UpCunet2x 举例,Stage 4 的此处有关于 alpha 参数的处理:
ailab/Real-CUGAN/upcunet_v3.py
Line 478 in 2799af7
| tmp_x4=self.unet2.forward_c(tmp_x2,tmp_x3)*alpha |
但在 Stage tail 中却神秘消失了……
ailab/Real-CUGAN/upcunet_v3.py
Line 497 in 2799af7
| tmp_x4=self.unet2.forward_c(tmp_x2,tmp_x3) |
与此相似地,代码中有关 alpha 参数的处理令人迷惑的地方还有不少,也许需要检查是否有处理有误的地方?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels