Skip to content

模型加载问题 #8

@wyl88wyl

Description

@wyl88wyl

namespace detail {
inline void ThrowStatus(const Status& st) {
std::string error_message = st.GetErrorMessage();
OrtErrorCode error_code = st.GetErrorCode();
ORT_CXX_API_THROW(std::move(error_message), error_code);
}
}
大佬这里报错
0x00007FFB0A3FF39C 处(位于 nanodet620.exe 中)有未经处理的异常: Microsoft C++ 异常: Ort::Exception,位于内存位置 0x000000B7130FE6C0 处。怎么办

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions