Skip to content
Snippets Groups Projects
  • Guy Jacob's avatar
    6b166cec
    Quantizer tests, fixes and docs update · 6b166cec
    Guy Jacob authored
    * 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
    6b166cec
    History
    Quantizer tests, fixes and docs update
    Guy Jacob authored
    * 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