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

SE-NET基础上加FCA #28

Open
dfsjdfdv opened this issue Mar 5, 2022 · 1 comment
Open

SE-NET基础上加FCA #28

dfsjdfdv opened this issue Mar 5, 2022 · 1 comment

Comments

@dfsjdfdv
Copy link

dfsjdfdv commented Mar 5, 2022

self.register_buffer('weight', self.get_dct_weights())
self.fc = nn.Sequential(
nn.Linear(c2, c2 // reduction, bias=False),
nn.ReLU(inplace=True),
nn.Linear(c2 // reduction, c2, bias=False),
nn.Sigmoid()
)
这个函数get_dct_weights()的参数如何设置

@wertjy
Copy link

wertjy commented Jun 16, 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

2 participants