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 to use ResNet-18 as backbone? #70

Closed
wbzhang233 opened this issue Apr 4, 2021 · 2 comments
Closed

How to use ResNet-18 as backbone? #70

wbzhang233 opened this issue Apr 4, 2021 · 2 comments

Comments

@wbzhang233
Copy link

How to use ResNet-18 as backbone? I wanna use this improvement with ResNet-18

@DrSleep
Copy link
Owner

DrSleep commented May 2, 2021

You would need to modify this file -- https://github.com/DrSleep/light-weight-refinenet/blob/master/models/resnet.py -- and define rf_lw18 in the same manner as rf_lw50, rf_lw101, rf_lw152 are defined

You can see the definition for R18 here: https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py

@DrSleep
Copy link
Owner

DrSleep commented Jul 16, 2022

Closing due to inactivity

@DrSleep DrSleep closed this as completed Jul 16, 2022
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