Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test (quantize): preliminary unit tests to the CNNs 'quantize_model' (#…
…927) * Added some prelininary unit tests to the CNNs 'quantize_model'. We test some aspects of 'layerwise' and 'fx' quantization, as well as some invalid inputs, e.g. invalid strings and zero and negative valued bit widths. * We test po2 scale values, and have the negative bit widths fail. * Updated to lastest dev * Added tests for symm/asym quantization, per_chan quantization, and started work on minifloat quantization * Remove unecessary inputs for minifloat * Removed minifloat tests * Add tests for checking calibration percentile performance, and testing MSE for qparam calibration. * Fix default and condition * Use Brevitas FX --------- Co-authored-by: Giuseppe Franco <giuseppefranco4@gmail.com>
- Loading branch information