nl8590687 / ASRT_SpeechRecognition

A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
https://asrt.ailemon.net
GNU General Public License v3.0
7.84k stars 1.9k forks source link

h5文件转tflite出错 #311

Open TszSimLaw opened 1 year ago

TszSimLaw commented 1 year ago

ValueError: No model config found in the file at <tensorflow.python.platform.gfile.GFile object at 0x7f2571550b20>

Evanston0624 commented 5 months ago

你可以參考本專案: https://github.com/Evanston0624/ASRT_model_Android

readme包含了一個將ASRTmodel轉換為tf-lite的範例程式碼。

我的tf_lite模型可以在android上正確調用