adminer 发表于 2025-5-6 15:58:16

模型转换(2025新流程) Cube.AI界面 使用STM32Cube.AI 7.2转换模型:

模型转换(2025新流程)https://via.placeholder.com/800x400?text=CubeAI+2025
[*]使用STM32Cube.AI 7.2转换模型:from tensorflow import liteconverter = lite.TFLiteConverter.from_saved_model("yolo-nano")converter.optimizations = tflite_model = converter.convert()

页: [1]
查看完整版本: 模型转换(2025新流程) Cube.AI界面 使用STM32Cube.AI 7.2转换模型: