完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
我遇到了一个问题,加载模型失败了(作为附件,从tensorflow saved_model转换)。 模型加载器是从openvino的示例代码“classification_sample”修改的。 以下是错误消息。 [INFO]将模型加载到插件中 [错误]未知异常 C:英特尔 computer_vision_sdk_2018.3.343 deployment_tools inference_engine 包括细节/ ie_exception_conversion.hpp:80 我发现错误发生在以下代码段中,文件“ie_plugin_cpp.hpp” ExecutableNetwork LoadNetwork(CNNNetwork network,const std :: map&amp; config){ IExecutableNetwork :: Ptr ret; CALL_STATUS_FNC(LoadNetwork,ret,network,config); if(ret.get()== nullptr)THROW_IE_EXCEPTION saved_model.rar 16.1 MB 以上来自于谷歌翻译 以下为原文 Hi, I experienced a problem and failed in loading a model (as attachment, convert from tensorflow saved_model). The model loader was modified from openvino's sample code "classification_sample". Following are error messages. [ INFO ] Loading model to the plugin [ ERROR ] Unknown exception c:intelcomputer_vision_sdk_2018.3.343deployment_toolsinference_engineincludedetails/ie_exception_conversion.hpp:80 And I found the error was occurred on following code segment, in file "ie_plugin_cpp.hpp" ExecutableNetwork LoadNetwork(CNNNetwork network, const std::map IExecutableNetwork::Ptr ret; CALL_STATUS_FNC(LoadNetwork, ret, network, config); if (ret.get() == nullptr) THROW_IE_EXCEPTION << "Internal error: pointer to executable network is null"; return ExecutableNetwork(ret); } LoadNetwork() is not tracable. How should I do to debug this problem? Thanks, Jack
|
|
相关推荐
22个回答
|
|
cd340823 发表于 2018-11-5 20:15 嗨,Deepthi 修改后的xml将输入维度从3维更改为4维。 我想知道LoadNetwork()是否仅支持4-d输入? 对于这种情况,我会尝试将我的模型修改为4-d输入并再次检查。 谢谢, 插口 以上来自于谷歌翻译 以下为原文 Hi, Deepthi The modified xml change the input dimension from 3-d to 4-d. I'm wondering whether LoadNetwork() support 4-d input only? For this case, I'll try to modify my model to 4-d input and check again. Thanks, Jack |
|
|
|
嗨杰克,你能修改模型并检查它是否正常工作?你能否对此进行更新?问候,Deepthi Raj。 以上来自于谷歌翻译 以下为原文 Hi Jack, Were you able to modify the model and check if it is working? Could you please give an update on this? Regards, Deepthi Raj. |
|
|
|
嗨,Deepthi 还没有,我只是从一个漫长的周末回来。 应该能够在明天之前更新结果。 谢谢, 插口 以上来自于谷歌翻译 以下为原文 Hi, Deepthi Not yet, I just return from a long weekend. Should be able to update the result by tomorrow. Thanks, Jack |
|
|
|
只有小组成员才能发言,加入小组>>
480浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-30 12:05 , Processed in 0.609436 second(s), Total 53, Slave 44 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号