tensorflow / model-optimization

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
https://www.tensorflow.org/model_optimization
Apache License 2.0
1.48k stars 320 forks source link

The input order of concatenate layer is changed, when use quantize_model interface. #1061

Open fhahaha opened 1 year ago

fhahaha commented 1 year ago

use quantize_model interface: image

original convert interface: image

Xhark commented 1 year ago

I'm not so sure it happened on TFMOT or TFLite converter Can you give us some more details or any reproduction steps?