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
作者,你好!
我发现 non_local.py 中的 self.inter_channels 的计算方式如下:
但是原论文中应该是:self.inter_channels = in_channels // reduc_ratio
请问这是特意这样设置的吗,如果是的话,是基于什么样的理由呢?
The text was updated successfully, but these errors were encountered:
这里是我无意中将inter_channels设置成了1。 你可以按原文设置成self.inter_channels = in_channels // reduc_ratio,提高一些计算量,应该也能取得更好的效果,
Sorry, something went wrong.
好的,谢谢!
No branches or pull requests
作者,你好!
我发现 non_local.py 中的 self.inter_channels 的计算方式如下:
但是原论文中应该是:self.inter_channels = in_channels // reduc_ratio
请问这是特意这样设置的吗,如果是的话,是基于什么样的理由呢?
The text was updated successfully, but these errors were encountered: