"magic_pdf/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "16699a9a70b7c45e8be0359515fc9cf496c61aef"
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