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
不太理解 V1 中的
- 将全连接层改为卷积层; - 将最后最后两个池化的步长改为1(保证特征图的分辨率,只下采样8倍) - 把VGG16中最后三个卷积层(conv5_1、conv5_2、conv5_3)的采样率设置为2,且第一个全连接层的dilate rate设置为4(保持感受野)
不是全连接已经改为卷积了吗,为什么第三点中说全连接层的 dilate rete
The text was updated successfully, but these errors were encountered:
No branches or pull requests
不太理解 V1 中的
不是全连接已经改为卷积了吗,为什么第三点中说全连接层的 dilate rete
The text was updated successfully, but these errors were encountered: