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 change resnet18 to mobilenetv2? #39

Open
cuiwenhao opened this issue Jun 30, 2022 · 2 comments
Open

How can I change resnet18 to mobilenetv2? #39

cuiwenhao opened this issue Jun 30, 2022 · 2 comments

Comments

@cuiwenhao
Copy link

No description provided.

@cuiwenhao
Copy link
Author

I search many solutions, But I can not find a proper code to help me, by the way, I already find mobilenetv2.py, but I don't know how to use it in ESANet,Anyone can help me?

@mona0809
Copy link
Collaborator

mona0809 commented Jul 1, 2022

You need to add another case here. But you also need to make sure to define some parameters in your MobileNetv2 implementation as well. However, I still think you need to rewrite the forward loop of the model as mobilenetv2 is built differently and does not have a max pool operation for example.

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