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
Hi Nico, As is original ResNet you mentioned:
Note that from stage 3, the first conv layer at main path is with subsample=(2,2) And the shortcut should have subsample=(2,2) as well"
But then in the solution, you used strides=(1,1). So, feature maps are 63*63. Is there any intuition behind that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Nico,
As is original ResNet you mentioned:
Note that from stage 3, the first conv layer at main path is with subsample=(2,2)
And the shortcut should have subsample=(2,2) as well"
But then in the solution, you used strides=(1,1). So, feature maps are 63*63.
Is there any intuition behind that?
The text was updated successfully, but these errors were encountered: