当前位置: 首页 > 工具软件 > Form Slice > 使用案例 >

AttributeError:type object ‘TFLiteConverterV2 ‘has no attribute ‘form_keras_model_file ‘

松旭
2023-12-01

在Tensor Flow2.0以上加载keras模型文件使用load_model

keras_model = tf_keras_models.load_model("xx.h5")

然后在调用from_keras_model转换成lite

converter = tf.lite.TFLiteConverter.from_keras_model(keras_model)

 类似资料:

相关阅读

相关文章

相关问答