Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The code about prm #24

Open
YuQi9797 opened this issue Jun 3, 2021 · 0 comments
Open

The code about prm #24

YuQi9797 opened this issue Jun 3, 2021 · 0 comments

Comments

@YuQi9797
Copy link

YuQi9797 commented Jun 3, 2021

the second branch,

        out_2 = torch.nn.functional.adaptive_avg_pool2d(out_1, (1, 1))
        out_2 = self.conv_bn_relu_prm_2_1(out_2)
        out_2 = self.conv_bn_relu_prm_2_2(out_2)
        out_2 = self.sigmoid2(out_2) 

we don't out_2 * out_1? but in your figure, we need out_2 * out_1, and finally we:

    out = out_1.mul(1 + out_2.mul(out_3))
Repository owner deleted a comment from IAm20cm Jul 24, 2022
Repository owner deleted a comment from awekling Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant