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

In keras node builder, not define tuple or list of dicts or ints as consts #1161

Closed lapid92 closed 1 month ago

lapid92 commented 1 month ago

In Keras model, in case of a node with tuple/list of ints or dicts in the node's args, the MCT will not use these tuple/list as a const.

Pull Request Description:

Checklist before requesting a review: