如果您是从其他框架(如TensorFlow、PyTorch等)转换得到的RKNN模型,请确保转换过程中没有错误,并且转换后的模型文件符合RKNN的要求。您可以使用RKNN提供的转换工具或API进行转换,并仔细检查转换过程中的输出信息。 查阅RKNN官方文档或论坛: 访问RKNN官方文档或相关论坛,搜索rknn_err_model_invalid
1、tensorflow生成的pb模型,在电脑上测试可以使用 2、pb模型转rknn模型时,可以转换,并且没有报错 3、推理时,加载rknn模型时,init_runtime,出现错误: /usr/lib64/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating...
E File "rknn/api/rknn_runtime.py", line 303, in rknn.api.rknn_runtime.RKNNRuntime.build_graph E Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID Init runtime environment failed -1作者: jefferyzhang 时间: 2019-12-12 10:13 ...
E Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID E Please feedback the detailed log file <log_feedback_to_the_rknn_toolkit_dev_team.log> to the RKNN Toolkit development team. E You can also check github issues:https://github.com/rockchip-linux/rknn-toolkit/issues E Cur...
版本: rknn-toolkit (1.7.1) 报错信息: [op_check:185]Inputs/Outputs data type not support: INT16, INT32 详请日志信息请查看附件 Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID log_feedback_to_the_rknn_toolkit_dev_team.log ...
QNT_TYPE_AFFINE_ASYMMETRIC", "vx_type": "RKNN_TYPE_INT32"}, "offset":Create RKNN model fail...
# E File "rknn/api/rknn_runtime.py", line 303, in rknn.api.rknn_runtime.RKNNRuntime.build_graph# E Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID # E Current device id is: None # E Devices connected:
E File "rknn/api/rknn_runtime.py", line 303, in rknn.api.rknn_runtime.RKNNRuntime.build_graph E Exception: RKNN init failed. error code:RKNN_ERR_MODEL_INVALID E Current device id is: None E Devices connected: Init runtime environment failed ...
E Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID Init runtime environment failed大佬大佬,我自己训练的darknet模型,量化时有warning,有rknn模型输出,但Init runtime environment failed,错误信息是从库里报出的,我跟不到,现在无从下手,求救啊!!!