You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}
The text was updated successfully, but these errors were encountered:
老师,您好,在windows10 x64 转换 hswish.plugin.onnx 模型转换时会异常,无法解析onnx 文件,creator 指针一直为空,请问有遇到过这种问题吗,或者可能的原因是什么?谢谢
The text was updated successfully, but these errors were encountered: