We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,请问在你的代码dctnet的前向传播过程中, lr_weight = self.dct_norm(stack_dct) lr_weight = self.fc(stack_dct) lr_weight = self.dct_norm(lr_weight) 是不是有些问题? 还有就是层归一化对这个模块的影响大吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,请问在你的代码dctnet的前向传播过程中,
lr_weight = self.dct_norm(stack_dct)
lr_weight = self.fc(stack_dct)
lr_weight = self.dct_norm(lr_weight)
是不是有些问题?
还有就是层归一化对这个模块的影响大吗?
The text was updated successfully, but these errors were encountered: