Skip to content

douzsh/mxnet-quantized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxnet-quantized

mxnet based GluonCV quantized models with binary,ternary and INT8 mode. Binary models available now!

Usage:

python score_imagenet.py --num-gpus 1 --use-rec --model mobilenet0.5 --params models/0.3443-imagenet-qmobilenet0.5-best.params --normalize-input

model-zoo

model float top-1 * quantized top-1
resnet18_v1 ternary 70.93 67.70
resnet18_v1 binary 70.93 67.21
mobilenet0.5 int8 65.20 65.57

* GluonCV Model zoo

About

mxnet GluonCV quantization binary ternary models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages