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
297 stars 49 forks source link

Refactor TPC with supported input bit-width to each operator. #1169

Closed elad-c closed 1 month ago

elad-c commented 1 month ago

Pull Request Description:

Add LINEAR activation (i.e. no activation) to new Conv2D nodes.

Checklist before requesting a review: