sony / model_optimization

Model Compression Toolkit (MCT) is an open source project for neural network model optimization under efficient, constrained hardware. This project provides researchers, developers, and engineers advanced quantization and compression tools for deploying state-of-the-art neural networks.
https://sony.github.io/model_optimization/
Apache License 2.0
322 stars 50 forks source link

Tests for Keras to check the manual bit width selection feature. #1160

Closed lior-dikstein closed 2 months ago

lior-dikstein commented 2 months ago

Adding tests for Keras to check the manual bit width selection feature. In addition, added an informative message in the case that a node has an existing manual bit width configuration but a new manual configuration request of has been received, and the previous value is being overridden.

Pull Request Description:

Checklist before requesting a review: