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
请问训练时候将图像裁剪为固定大小128128,但是VGG网络输入不该是224224吗 推理的时候尺寸也不一定是224*224,这种情况为什么网络可以处理
The text was updated successfully, but these errors were encountered:
我认为,这里只用了一部分的VGG网络,去掉了VGG的全连接层,所以全都是卷积运算,可以是任意尺寸,不要求224*224。
我的印象来自同济子豪兄的讲解,如果说错,请指正
Sorry, something went wrong.
No branches or pull requests
请问训练时候将图像裁剪为固定大小128128,但是VGG网络输入不该是224224吗
推理的时候尺寸也不一定是224*224,这种情况为什么网络可以处理
The text was updated successfully, but these errors were encountered: