小弟有個問題想要詢問。我的模型當中有自己定義的layer,而我想要把訓練好的模型從keras(.h5)轉成tflite以便之後在手機run,但是我去call官方給出的medthod:
tf.lite.TFLiteConverter.from_keras_model(model)
程式會說因為有未知的layer所以無法轉換成功,我想詢問是否有辦法解決呢??
你的custom layer有用ops的形式定義嗎?
如果不符合tf能吃的格式就會壞掉
https://stackoverflow.com/questions/57865705/tflite-converter-from-a-custom-keras-layer