amc
amc copied to clipboard
MobileNet V2 or other residual model
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
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.
Thank you for replying. Then, is it OK to consider only residual connection and sharing the pruning index?