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

MobileNet V2 or other residual model #12

Open
kimbob13 opened this issue Sep 16, 2019 · 2 comments
Open

MobileNet V2 or other residual model #12

kimbob13 opened this issue Sep 16, 2019 · 2 comments

Comments

@kimbob13
Copy link

Hello,
I wonder that when the mobilenet v2 is supported.
If that's hard to do for now, could you please explain the details?
For example, what portion of code or variables are needed to modified, etc.

Thank you

@tonylins
Copy link
Collaborator

Hi,

To support models like MobileNet V2, we need to take special care of the residual connections. If two layers are connected by a residual connection, they need to share the pruning index.

@kimbob13
Copy link
Author

Thank you for replying.
Then, is it OK to consider only residual connection and sharing the pruning index?

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