peter 发表于 2022-6-27 15:08:08

在python中调用nncase编译深度学习模型

https://github.com/kendryte/nncase/blob/master/docs/USAGE_ZH.md

概述nncase目前提供了python wheel包和ncc客户端两种方法编译模型.
[*]nncase wheel包需要去nncase release获取, target wheel包除cpu/K210不需要安装外, 其它target需要从nncase sdk离线获取
[*]ncc客户端需要用户下载并编译nncase
nncase python APIsnncase提供了Python APIs, 用于在PC上编译/推理深度学习模型.详细看githubhttps://github.com/kendryte/nncase/blob/master/docs/USAGE_ZH.md

风火轮用户hTc27 发表于 2023-2-14 15:35:18

nncase 必须在Ubuntu的环境下执行么?       我这边import nncase的时候, 提示DLL load failed while importing _nncase: 找不到指定的模块。

风火轮用户68631 发表于 2023-2-14 16:10:28

风火轮用户hTc27 发表于 2023-2-14 15:35
nncase 必须在Ubuntu的环境下执行么?       我这边import nncase的时候, 提示DLL load failed while im ...

没安装库
页: [1]
查看完整版本: 在python中调用nncase编译深度学习模型