【发布时间】:2018-11-10 11:28:57
【问题描述】:
最近我一直在使用 tensorflow inception V3 和 mobileNet 来部署它们以在 Android 中使用。在将 Inception V3 的重新训练模型转换为“tflite”时,存在一些问题,因为“tflite”模型是空的,但是当尝试使用重新训练的 MobileNet 模型时,它成功地转换为“tflite”。所以基本上我有两个问题
- 是否可以将 Inception V3 重新训练的模型转换为“tflite”?
- inception V3 和 MobileNet 有什么区别?
附言。我浏览了官方文档链接,它只暗示 mobileNet 只是
https://www.tensorflow.org/tutorials/image_retraining#other_model_architectures
【问题讨论】:
标签: tensorflow machine-learning