前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >量化网络训练--Towards Effective Low-bitwidth Convolutional Neural Networks

量化网络训练--Towards Effective Low-bitwidth Convolutional Neural Networks

作者头像
用户1148525
发布2019-05-27 12:04:24
6480
发布2019-05-27 12:04:24
举报
文章被收录于专栏:机器学习、深度学习

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://cloud.tencent.com/developer/article/1436549

Towards Effective Low-bitwidth Convolutional Neural Networks

CVPR2018

https://github.com/nowgood/QuantizeCNNModel

本文针对 低 bitwidth CNN网络 提出三个训练技巧 以得到较高精度。这些技巧可以独立使用也可以结合使用。

第一个技巧:首先量化 weight,得到足够好的效果后再 量化 activation

第二个技巧:逐步降低网络的位数,32-bit→8-bit→4-bit→2-bit

第三个技巧:同时训练高精度网络和低精度网络,两者相互学习 train a full-precision network alongside the target low-precision network, Guided training with a full-precision network

It is observed that by using the guidance of the teacher model, better performance can be obtained with the student model than directly training the student model on the target problem.

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2019年04月24日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档