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
由于F(x)+x是逐通道进行相加, 因此根据两者是否通道数相同, 存在两种Bottleneck结构。 对于通道数不同的情况, 比如每个卷积组的第一个Bottleneck, 需要利用1×1卷积对x进行Downsample操作, 将通道数变为相同, 再进行加操作。 对于相同的情况下, 两者可以直接进行相加。
这是书上第3章的描述,为什么是downsample呢?看代码不是应该对输入x进行了上采样嘛~
谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这是书上第3章的描述,为什么是downsample呢?看代码不是应该对输入x进行了上采样嘛~
谢谢
The text was updated successfully, but these errors were encountered: