Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
ebeb7fe2
Unverified
Commit
ebeb7fe2
authored
Jul 17, 2020
by
lin bin
Committed by
GitHub
Jul 17, 2020
Browse files
Update builtin_quantizers.py (#2656)
The method used is QAT, not DoReFa, the annotation is wrong.
parent
bccda3d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sdk/pynni/nni/compression/tensorflow/builtin_quantizers.py
...dk/pynni/nni/compression/tensorflow/builtin_quantizers.py
+1
-1
No files found.
src/sdk/pynni/nni/compression/tensorflow/builtin_quantizers.py
View file @
ebeb7fe2
...
...
@@ -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
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment