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

How can I use gc block in resnet18? #34

Closed
LJXLJXLJX opened this issue Feb 25, 2020 · 3 comments
Closed

How can I use gc block in resnet18? #34

LJXLJXLJX opened this issue Feb 25, 2020 · 3 comments

Comments

@LJXLJXLJX
Copy link

Considering the limitations of hardware performance, I tried to train a lightweight model.
So I use resnet18.
But resnet18 use basicblock instead of bottleneck, but it seems that you don't inplement it for basicblock.
If I want to use gc block in basicblock , how can I designed it?
Thank you !

@xvjiarui
Copy link
Owner

xvjiarui commented Mar 5, 2020

Hi @LJXLJXLJX ,
Sorry for the late reply.
I think add GC block just before the skip connection will be fine.

@LJXLJXLJX
Copy link
Author

@xvjiarui Thank you, it worked, but took a really long time to converge.

@atnegam
Copy link

atnegam commented May 31, 2022

@LJXLJXLJX Hello, what is your initial learning rate?

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

3 participants