amc icon indicating copy to clipboard operation
amc copied to clipboard

MobileNet V2 or other residual model

Open kimbob13 opened this issue 6 years ago • 2 comments

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

kimbob13 avatar Sep 16 '19 05:09 kimbob13

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.

tonylins avatar Sep 16 '19 14:09 tonylins

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

kimbob13 avatar Sep 16 '19 15:09 kimbob13