ethanhe42 / channel-pruning

Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
https://arxiv.org/abs/1707.06168
MIT License
1.07k stars 310 forks source link

mobienet-ssd #85

Closed kaishijeng closed 6 years ago

kaishijeng commented 6 years ago

@yihui-he

Do you have a plan to apply channel-pruning to mobilenet-ssd? This will be useful for a mobile device.

Thanks,,

ethanhe42 commented 6 years ago

have a look: https://arxiv.org/abs/1802.03494

kaishijeng commented 6 years ago

Thanks,

On Wed, Feb 14, 2018 at 2:41 AM, Yihui He 何宜晖 notifications@github.com wrote:

have a look: https://arxiv.org/abs/1802.03494

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yihui-he/channel-pruning/issues/85#issuecomment-365564060, or mute the thread https://github.com/notifications/unsubscribe-auth/AMGg3kMo1KSJ7zMpVrmsn9CnMrtaft8bks5tUrhsgaJpZM4SEs5Z .

AustinVan commented 6 years ago

Hi, Yihui,

Do you have the plan to release the detailed implementation(git repo) of mobilenet pruning via your proposed ADC? I couldn't help waiting to see the effect of your ADC.

In your paper, There are only some links to channel pruning(caffe) and tensorflow.

Many Thanks

ethanhe42 commented 6 years ago

Thanks for your attention. I'll leave a message here when the code is released.

On Thu, Mar 15, 2018 at 6:51 PM AustinVan notifications@github.com wrote:

Hi, Yihui,

Do you have the plan to release the detailed implementation(git repo) of mobilenet pruning via your proposed ADC? I couldn't help waiting to see the effect of your ADC.

In your paper, There are only some links to channel pruning(caffe) and tensorflow.

Many Thanks

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/yihui-he/channel-pruning/issues/85#issuecomment-373336074, or mute the thread https://github.com/notifications/unsubscribe-auth/AJkBS_tz1wbR39tjFD-iJFpuniHltMn9ks5tekfAgaJpZM4SEs5Z .

-- Best, Yihui He yihui-he.github.io

AustinVan commented 6 years ago

May I know the estimated release date? Is it promising within this month?

ethanhe42 commented 5 years ago

@AustinVan Currently we don't have any open source plan for ADC (AMC). But you can look at PocketFlow https://github.com/Tencent/PocketFlow#channel-pruning They implemented both channel pruning and ADC (AMC)