硬件环境:J5 开发板
hb dnn version: 1.10.3
hbDNNGetVersion: 1.10.3_(3.14.14 HBRT)
check model ./slot_gat_full_horizon_bayes.bin exist
Step 1. load model ./slot_gat_full_horizon_bayes.bin
[BPU_PLAT]BPU Platform Version(1.3.2)!
[HBRT] set log level as 0. version = 3.14.14
[DNN] Runtime version = 1.10.3_(3.14.14 HBRT)
[08:21:49:106:450] pid=22701 tid=22701 [HBRT 3.14.14] (line 2230 in hbrtInternalLoadHBMFromAddrStart from file=7b0c25e023bb537c72d2b9349b00937143a7e5f8) The march of HBM and the board is different
hbrtErrorHBMCCForDifferentMARCH 3.14.14 file=7b0c25e023bb537c72d2b9349b00937143a7e5f8 2231
hbrtErrorHBMCCForDifferentMARCH 3.14.14 file=7b0c25e023bb537c72d2b9349b00937143a7e5f8 2313
hbrtErrorIllegalHBM 3.14.14 file=7b0c25e023bb537c72d2b9349b00937143a7e5f8 356
hbrtErrorIllegalHBMHandle 3.14.14 file=7b0c25e023bb537c72d2b9349b00937143a7e5f8 2775
hbrtErrorIllegalHBMHandle 3.14.14 file=7b0c25e023bb537c72d2b9349b00937143a7e5f8 2850
[E][DNN][packed_model.cpp:325](947204509119) hybrid model init fail
[E][DNN][packed_model.cpp:120](947204509140) Load model failed, model file:./slot_gat_full_horizon_bayes.bin
hbDNNInitializeFromFiles fail, ret = -6000014
对比测试,
在PC仿真器上同样方式,模型加载和推理正常;
在板子上 hrt_model_exec infer 命令方式测试,可以正常加载。
请问类型 -6000014 错误原因是什么?

