Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

模型加载问题 #8

Open
wyl88wyl opened this issue Jun 20, 2024 · 0 comments
Open

模型加载问题 #8

wyl88wyl opened this issue Jun 20, 2024 · 0 comments

Comments

@wyl88wyl
Copy link

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 处。怎么办

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant