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

Quick Question about the Backbone #25

Open
SuperbTUM opened this issue Jul 9, 2023 · 0 comments
Open

Quick Question about the Backbone #25

SuperbTUM opened this issue Jul 9, 2023 · 0 comments

Comments

@SuperbTUM
Copy link

SuperbTUM commented Jul 9, 2023

Hello, thanks for your hard work. I have a quick question while inspecting the backbone. Why is this line of Relu activation in Resnet deleted?

self.conv1 = nn.Conv2d(3, 64, kernel_size=7, stride=2, padding=3,
                               bias=False)
self.bn1 = nn.BatchNorm2d(64)
# self.relu = nn.ReLU(inplace=True)   # add missed relu
self.maxpool = nn.MaxPool2d(kernel_size=3, stride=2, padding=1)
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

1 participant