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-50 uses Bottleneck Block #18

Closed
kilianyp opened this issue Apr 28, 2019 · 2 comments
Closed

ResNet-50 uses Bottleneck Block #18

kilianyp opened this issue Apr 28, 2019 · 2 comments

Comments

@kilianyp
Copy link

Hi,
I noticed that your ResNet-50 will not use a Bottleneck, the orignal implementation does however:
https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py#L231
https://github.com/switchablenorms/Switchable-Normalization/blob/master/face_recognition/models/backbones/resnet.py#L106

Is this on purpose?

@JiaminRen
Copy link
Collaborator

yes, it is on purpose. This model reference on insightface

@kilianyp
Copy link
Author

Hi,
thanks for the reference!

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