Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

PyTorch implementation of "Deep Transferring Quantization" (ECCV2020)

License

NotificationsYou must be signed in to change notification settings

SCUT-AILab/DTQ

 
 

Repository files navigation

We provide PyTorch implementation for"Deep Transferring Quantization". (ECCV2020)

DTQ

Paper

  • Deep Transferring Quantization
  • Zheng Xie *, Zhiquan Wen *, Jing Liu *, Zhiqiang Liu, Xixian Wu, and Mingkui Tan *
  • European Conference on Computer Vision (ECCV), 2020

Dependencies

  • Python 3.6
  • PyTorch 1.1.0
  • dependencies in requirements.txt

Getting Started

Installation

  1. Clone this repository:

     git clone https://github.com/xiezheng-cs/DTQ.git cd DTQ
  2. Install PyTorch and other dependencies:

     pip install -r requirements.txt

Training

To quantize the pre-trained MobileNetV2 on Caltech 256-30 to 4-bit:

python main.py hocon_config/mobilenetv2_caltech-256-30.hocon

To quantize the pre-trained ResNet-50 on Caltech 256-30 to 4-bit:

python main.py hocon_config/resnet50_caltech-256-30.hocon

Experimental Results

Target Data SetModelW / ADELTA-Q Top1 Acc(%)DTQ(Ours) Top1 Acc(%)
Caltech 256-30MobileNetV24 / 474.0±0.775.9±1.2
Caltech 256-30ResNet-504 / 482.8±0.583.5±0.6

Citation

If this work is useful for your research, please cite our paper:

@InProceedings{xie2020deep,title = {Deep Transferring Quantization},author = {Zheng, Xie and Zhiquan, Wen and Jing, Liu and Zhiqiang, Liu and Xixian, Wu and Mingkui, Tan},booktitle = {European Conference on Computer Vision},year = {2020}}

Acknowledgments

This work was partially supported by the Key-Area Research and Development Program of Guangdong Province 2019B010155002, National Natural Science Foundation of China (NSFC) 61836003 (key project), Program for Guangdong Introducing Innovative and Entrepreneurial Teams 2017ZT07X183, Fundamental Research Funds for the Central Universities D2191240.

About

PyTorch implementation of "Deep Transferring Quantization" (ECCV2020)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp