-
- Downloads
Quantizer tests, fixes and docs update
* Add Quantizer unit tests * Require 'bits_overrides' to be OrderedDict to support overlapping patterns in a predictable manner + update documentation to reflect this * Quantizer class cleanup * Use "public" nn.Module APIs instead of protected attributes * Call the builtins set/get/delattr instead of the class special methods (__***__) * Fix issues reported in #24 * Bug in RangeLinearQuantParamLayerWrapper - add explicit override of pre_quantized_forward accpeting single input (#15) * Add DoReFa test to full_flow_tests
Showing
- distiller/quantization/clipped_linear.py 19 additions, 2 deletionsdistiller/quantization/clipped_linear.py
- distiller/quantization/quantizer.py 32 additions, 22 deletionsdistiller/quantization/quantizer.py
- distiller/quantization/range_linear.py 3 additions, 0 deletionsdistiller/quantization/range_linear.py
- distiller/utils.py 11 additions, 3 deletionsdistiller/utils.py
- docs-src/docs/design.md 3 additions, 0 deletionsdocs-src/docs/design.md
- docs-src/docs/schedule.md 23 additions, 3 deletionsdocs-src/docs/schedule.md
- docs/design/index.html 3 additions, 0 deletionsdocs/design/index.html
- docs/index.html 1 addition, 1 deletiondocs/index.html
- docs/schedule/index.html 20 additions, 3 deletionsdocs/schedule/index.html
- docs/search/search_index.json 9 additions, 4 deletionsdocs/search/search_index.json
- docs/sitemap.xml 12 additions, 12 deletionsdocs/sitemap.xml
- tests/full_flow_tests.py 3 additions, 0 deletionstests/full_flow_tests.py
- tests/full_flow_tests/preact_resnet20_cifar_dorefa_test.yaml 38 additions, 0 deletionstests/full_flow_tests/preact_resnet20_cifar_dorefa_test.yaml
- tests/test_quantizer.py 339 additions, 0 deletionstests/test_quantizer.py
Loading
Please register or sign in to comment