Skip to content

Alpha 参数的处理也许有误 #138

@Nikaidou-Shinku

Description

@Nikaidou-Shinku

以 UpCunet2x 举例,Stage 4 的此处有关于 alpha 参数的处理:

tmp_x4=self.unet2.forward_c(tmp_x2,tmp_x3)*alpha

但在 Stage tail 中却神秘消失了……

tmp_x4=self.unet2.forward_c(tmp_x2,tmp_x3)

与此相似地,代码中有关 alpha 参数的处理令人迷惑的地方还有不少,也许需要检查是否有处理有误的地方?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions