tensorflow lite转换模型tflite

模型转换分三步

  1. 保存模型
  2. 转换模型
  3. 保存为tflite格式
    例一,自己写的模型转换方法:
    tensorflow lite转换模型tflite_第1张图片
    例二:使用keras预训练模型的转换方法
    tensorflow lite转换模型tflite_第2张图片
    在Python中使用tflite编译器:
    tensorflow lite转换模型tflite_第3张图片
    模型优化设置为默认:
    tensorflow lite转换模型tflite_第4张图片

在终端中转换模型:
tensorflow lite转换模型tflite_第5张图片

你可能感兴趣的:(tensorflow lite转换模型tflite)