Skip to content
New issue

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

resnet structure seems to be a bit wrong #46

Open
surprisedong opened this issue Jan 5, 2022 · 3 comments
Open

resnet structure seems to be a bit wrong #46

surprisedong opened this issue Jan 5, 2022 · 3 comments

Comments

@surprisedong
Copy link

resnet use 7x7conv and maxpool In the beginning,but this rep uses 3x3 conv and no maxpool,is there any reason for doing this?

@surprisedong
Copy link
Author

the inputsize of cifar100 is too small to use 7X7 conv, i got it

@surprisedong
Copy link
Author

is there any similar modify in other model structure?

@cj-mclaughlin
Copy link

@surprisedong If you review section 4.2 of the original ResNet paper (https://arxiv.org/pdf/1512.03385.pdf), you will see that for CIFAR the authors note all the alterations to the standard architecture that they use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants