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

plugin windows10 x64 异常 #105

Open
QZ1219 opened this issue May 24, 2022 · 2 comments
Open

plugin windows10 x64 异常 #105

QZ1219 opened this issue May 24, 2022 · 2 comments

Comments

@QZ1219
Copy link

QZ1219 commented May 24, 2022

老师,您好,在windows10 x64 转换 hswish.plugin.onnx 模型转换时会异常,无法解析onnx 文件,creator 指针一直为空,请问有遇到过这种问题吗,或者可能的原因是什么?谢谢

auto registry = getPluginRegistry();
auto creator = registry->getPluginCreator(name.c_str(), "1", "");
if(creator == nullptr){
    printf("%s plugin was not found in the plugin registry!", name.c_str());
    ASSERT(false, ErrorCode::kUNSUPPORTED_NODE);
}

image

@shouxieai
Copy link
Owner

windows下可能会注册失败,也就是creator函数没有执行,这个需要确认一下,他与caffe的layer注册问题类似:https://blog.csdn.net/fengbingchun/article/details/54286435

1 similar comment
@shouxieai
Copy link
Owner

windows下可能会注册失败,也就是creator函数没有执行,这个需要确认一下,他与caffe的layer注册问题类似:https://blog.csdn.net/fengbingchun/article/details/54286435

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

2 participants