Unverified Commit ebeb7fe2 authored by lin bin's avatar lin bin Committed by GitHub
Browse files

Update builtin_quantizers.py (#2656)

The method used is QAT, not DoReFa, the annotation is wrong.
parent bccda3d8
......@@ -26,7 +26,7 @@ class NaiveQuantizer(Quantizer):
class QAT_Quantizer(Quantizer):
"""Quantizer using the DoReFa scheme, as defined in:
"""Quantizer using the Quantization and Training scheme, as defined in:
Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference
http://openaccess.thecvf.com/content_cvpr_2018/papers/Jacob_Quantization_and_Training_CVPR_2018_paper.pdf
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment