找回密码
 立即注册

QQ登录

只需一步,快速开始

打印 上一主题 下一主题
开启左侧

[M55M1] Image Classification based on ExecuTorch

[复制链接]
跳转到指定楼层
楼主
admin 发表于 昨天 13:34 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Application
This example program uses the NuMaker-X-M55M1D evaluation board to implement an image classification and inference application based on the ExecuTorch.
BSP Version
M55M1 Series BSP CMSIS V3.01.003
ExecuTorch v1.0.1
Hardware
NuMaker-X-M55M1D

ExecuTorch is a lightweight PyTorch inference execution framework developed by Meta®. It is specifically designed for edge devices (Edge/Embedded/Mobile). Its goal is to enable PyTorch trained models to be deployed efficiently, securely, and controllably to resource constrained devices. Its design objectives are:

  • Deplorability
    • Not dependent on Python
    • C++ Runtime
    • Able to be executed on Linux/Android/RTOS/MCU
  • Cuttable
    • Compiles the actual operators (operators/kernels) used
    • Suitable for SRAM/Flash-constrained systems
  • Controllability
    • Static graph
    • Removes the dynamic behavior (control flow / guards) from the original model diagram
  • Scalability
    • Backend / Delegate Mechanism
    • Supports NPU / DSP

The NuMicro® M55M1 series microcontroller (MCU) features Arm® Cortex®-M55 processors running up to 220 MHz. In addition to the Cortex-M55 core, the MCU integrates an Arm Ethos™-U55 Neural Processing Unit (NPU) as an auxiliary processor to accelerate neural network operations. Additionally, it features a HyperBus interface, facilitating the expansion of RAM requirements during model computation.

ExecuTorch supports the Arm Ethos-U delegation mechanism, making it suitable for deploying neural network models on the M55M1 using the ExecuTorch framework, and accelerating neural network operation through NPU computation during inference.

You can download the sample code at EC_M55M1_ExecuTorch_ImgClass_V1.00.










分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 顶 踩
牛卧堂
回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies |上传

本版积分规则

新唐MCU