tensorflow / models

Models and examples built with TensorFlow
Other
77.23k stars 45.75k forks source link

ERROR When Conver TF2 SSD_Mobile to int8 Tflite #9423

Open dgl547437235 opened 4 years ago

dgl547437235 commented 4 years ago

image

Hi,I use TF2-Models-ObjectDetection train SSD_MobileNet ,then i tried Convert Ckpt to Int8 tflite,but i failed

ravikyram commented 4 years ago

@dgl547437235

Please, refer #9169, #8844 and see if it helps you. Thanks!

dgl547437235 commented 4 years ago

@ravikyram I check the source code,found that the exporter.py use the "tensorflow.contrib",so,does the tf2.x can't support converting SSD model to TFlite image