工具/软件:
尊敬的 TI 专家:
我在尝试部署自定义 DL 模型时遇到错误、下面提供了日志。 原因 ialg 似乎还没有开放源代码、因此我想知道 状态=-1125的含义是什么。 我应该如何将模型部署到 SDK 10.1中?
谢谢、
范亦哲
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:
尊敬的 TI 专家:
我在尝试部署自定义 DL 模型时遇到错误、下面提供了日志。 原因 ialg 似乎还没有开放源代码、因此我想知道 状态=-1125的含义是什么。 我应该如何将模型部署到 SDK 10.1中?
谢谢、
范亦哲
你好、Yizhe Fan、
该消息 根据 itidl_ti.h 指示 TIDL_E_quant_stats_not_availabale
这表明量化未在模型的导入/编译过程中完成。 要解决此问题、我们需要查看编译/导入日志。
BR、
Reese
您好、Yizhe、
您要查找的 tidl_tools 可以从 edgeai-tidl-tools (适用于10_01…… 标签、如: https://github.com/TexasInstruments/edgeai-tidl-tools/releases/tag/10_01_04_00
setup.sh 脚本将下载 tidl_tools tarball、其中包含所有 tidl_model_import.out 和类似的内容。 在运行此脚本之前设置 SOC=am62a。
tidl_pc_tools 的 make 目标也可以构建这些工具、但需要一些依赖项。 TIDL`指南提供了构建这些脚本的说明、可以使用 μ V dk_builder/scripts/setup_psdk_rtos.sh --install_tidl_deps `s提取依赖项
BR、
Reese