<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Quote:Jaivin James (Intel) in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145524#M11281</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Jaivin James (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing the same problem, still no update or solution? Thanks&lt;/P&gt;&lt;P&gt;E: [global] [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0] [] XLinkResetRemote:249 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;can't wait dispatcherClosedSem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Engineering team is working on this and related issues. Thank you for reporting the concerns that helps to make OpenVINO a better Intel software product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2020 02:40:47 GMT</pubDate>
    <dc:creator>flyer</dc:creator>
    <dc:date>2020-05-12T02:40:47Z</dc:date>
    <item>
      <title>OpenVINO: MYRIAD RuntimeError</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145514#M11271</link>
      <description>&lt;P&gt;I am running into some trouble when trying to use Inference Engine on the NCS2 through the python API (python 3.7.3, Host Windows 10, ONNX PyTorch)&lt;/P&gt;&lt;P&gt;I also used the 2020.1 version of openvino. The model is AlexNet in torchvision.&lt;/P&gt;
&lt;PRE class="brush:python; class-name:dark;"&gt;model_ft = torchvision.models.alexnet(pretrained=True) &lt;/PRE&gt;

&lt;P&gt;I don't see this error with this same model for CPU and GPU. The error is in the code of creating exe_net&lt;/P&gt;

&lt;PRE class="brush:python; class-name:dark;"&gt;exec_net = plugin.load(network=net) &lt;/PRE&gt;

&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:/Users/Hans/Desktop/保研/情绪识别/demo/audio/alexnet_vote/test2.py", line 204, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; main(testdata, test_mapping)&lt;BR /&gt;&amp;nbsp; File "C:/Users/Hans/Desktop/保研/情绪识别/demo/audio/alexnet_vote/test2.py", line 138, in main&lt;BR /&gt;&amp;nbsp; &amp;nbsp; exec_net = plugin.load(network=net)&lt;BR /&gt;&amp;nbsp; File "ie_api.pyx", line 1205, in openvino.inference_engine.ie_api.IEPlugin.load&lt;BR /&gt;&amp;nbsp; File "ie_api.pyx", line 1215, in openvino.inference_engine.ie_api.IEPlugin.load&lt;BR /&gt;RuntimeError: Check (env.config.ignoreUnknownLayers) failed: Failed to compile layer 38 : AssertionFailed: input-&amp;gt;desc().totalDimSize() == output-&amp;gt;desc().totalDimSize()&lt;BR /&gt;E: [global] [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0] [] XLinkResetRemote:243&amp;nbsp;&amp;nbsp; &amp;nbsp;can't wait dispatcherClosedSem&lt;/P&gt;
&lt;P&gt;Here is the xml:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml; class-name:dark;"&gt;&amp;lt;layer id="31" name="38" type="Reshape" version="opset1"&amp;gt;  
    &amp;lt;data special_zero="True"/&amp;gt;  
    &amp;lt;input&amp;gt;  
        &amp;lt;port id="0"&amp;gt;  
            &amp;lt;dim&amp;gt;10&amp;lt;/dim&amp;gt;  
            &amp;lt;dim&amp;gt;256&amp;lt;/dim&amp;gt;  
            &amp;lt;dim&amp;gt;6&amp;lt;/dim&amp;gt;  
            &amp;lt;dim&amp;gt;6&amp;lt;/dim&amp;gt;  
        &amp;lt;/port&amp;gt;  
        &amp;lt;port id="1"&amp;gt;  
            &amp;lt;dim&amp;gt;2&amp;lt;/dim&amp;gt;  
        &amp;lt;/port&amp;gt;  
    &amp;lt;/input&amp;gt;  
    &amp;lt;output&amp;gt;  
        &amp;lt;port id="2" precision="FP16"&amp;gt;  
            &amp;lt;dim&amp;gt;10&amp;lt;/dim&amp;gt;  
            &amp;lt;dim&amp;gt;9216&amp;lt;/dim&amp;gt;  
        &amp;lt;/port&amp;gt;  
    &amp;lt;/output&amp;gt;  
&amp;lt;/layer&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 10:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145514#M11271</guid>
      <dc:creator>Han__Tianyi</dc:creator>
      <dc:date>2020-03-22T10:33:38Z</dc:date>
    </item>
    <item>
      <title>Hi Tianyi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145515#M11272</link>
      <description>&lt;P&gt;Hi Tianyi,&lt;/P&gt;&lt;P&gt;Have you converted your onnx model to FP16 IR model via OpenVINO toolkit 2020 Model Optimizer?&lt;/P&gt;&lt;P&gt;If not, please try to convert using the latest version and let us know the results.&lt;/P&gt;&lt;P&gt;If the issue still persists, can you share the model to check from our end? If required I can send a PM to share the model privately.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaivin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 12:38:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145515#M11272</guid>
      <dc:creator>JAIVIN_J_Intel</dc:creator>
      <dc:date>2020-03-23T12:38:54Z</dc:date>
    </item>
    <item>
      <title>Quote:Jaivin James (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145516#M11273</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Jaivin James (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Tianyi,&lt;/P&gt;&lt;P&gt;Have you converted your onnx model to FP16 IR model via OpenVINO toolkit 2020 Model Optimizer?&lt;/P&gt;&lt;P&gt;If not, please try to convert using the latest version and let us know the results.&lt;/P&gt;&lt;P&gt;If the issue still persists, can you share the model to check from our end? If required I can send a PM to share the model privately.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaivin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi Jaivin,&lt;/P&gt;&lt;P&gt;Yes, I&amp;nbsp;converted your onnx model to FP16 already, and&amp;nbsp;the issue still persists. How can I send the model to you.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 02:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145516#M11273</guid>
      <dc:creator>Han__Tianyi</dc:creator>
      <dc:date>2020-03-24T02:42:00Z</dc:date>
    </item>
    <item>
      <title>Hi Tianyi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145517#M11274</link>
      <description>&lt;P&gt;Hi Tianyi,&lt;/P&gt;&lt;P&gt;Have you used any previous version of OpenVINO to convert the model to IR?&lt;/P&gt;&lt;P&gt;I have send you a Private Message. Please share&amp;nbsp;your model via the same.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaivin&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 08:09:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145517#M11274</guid>
      <dc:creator>JAIVIN_J_Intel</dc:creator>
      <dc:date>2020-03-24T08:09:17Z</dc:date>
    </item>
    <item>
      <title>hi Jaivin,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145518#M11275</link>
      <description>&lt;P&gt;hi Jaivin,&lt;/P&gt;&lt;P&gt;did&amp;nbsp;you receive&amp;nbsp;my private message&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tianyi&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 04:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145518#M11275</guid>
      <dc:creator>Han__Tianyi</dc:creator>
      <dc:date>2020-03-29T04:38:05Z</dc:date>
    </item>
    <item>
      <title>Hi Tianyi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145519#M11276</link>
      <description>&lt;P&gt;Hi Tianyi,&lt;/P&gt;&lt;P&gt;Thank you for sharing the model.&lt;/P&gt;&lt;P&gt;The issue has been reported to the Engineering team. We are working on this issue and will report back once we get an update.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaivin&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 10:20:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145519#M11276</guid>
      <dc:creator>JAIVIN_J_Intel</dc:creator>
      <dc:date>2020-03-31T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Hi Jaivin,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145520#M11277</link>
      <description>&lt;P&gt;Hi Jaivin,&lt;/P&gt;&lt;P&gt;Thank you for your&amp;nbsp;help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tianyi&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 05:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145520#M11277</guid>
      <dc:creator>Han__Tianyi</dc:creator>
      <dc:date>2020-04-05T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Hi Tianyi and Jaivin, I am</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145521#M11278</link>
      <description>&lt;P&gt;Hi Tianyi and Jaivin, I am experiencing the same problem. Could you let me know if you&amp;nbsp;find the solution?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 21:30:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145521#M11278</guid>
      <dc:creator>Morsali__Reza</dc:creator>
      <dc:date>2020-04-06T21:30:59Z</dc:date>
    </item>
    <item>
      <title>Hi Reza,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145522#M11279</link>
      <description>&lt;P&gt;Hi Reza,&lt;/P&gt;&lt;P&gt;I haven't found a solution yet, maybe we need to wait for the update.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tianyi&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 05:06:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145522#M11279</guid>
      <dc:creator>Han__Tianyi</dc:creator>
      <dc:date>2020-04-08T05:06:03Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145523#M11280</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;The Engineering team is working on this and related issues. Thank you for reporting the concerns that helps to make OpenVINO a better Intel software product.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 07:47:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145523#M11280</guid>
      <dc:creator>JAIVIN_J_Intel</dc:creator>
      <dc:date>2020-04-10T07:47:24Z</dc:date>
    </item>
    <item>
      <title>Quote:Jaivin James (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145524#M11281</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Jaivin James (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm facing the same problem, still no update or solution? Thanks&lt;/P&gt;&lt;P&gt;E: [global] [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0] [] XLinkResetRemote:249 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;can't wait dispatcherClosedSem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Engineering team is working on this and related issues. Thank you for reporting the concerns that helps to make OpenVINO a better Intel software product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 02:40:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1145524#M11281</guid>
      <dc:creator>flyer</dc:creator>
      <dc:date>2020-05-12T02:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Quote:Jaivin James (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1190972#M19718</link>
      <description>&lt;P&gt;I have the save issue with torchvision.models.resnet18. Any update?&lt;/P&gt;
&lt;P&gt;I use:&lt;BR /&gt;Python 3.7.6,&amp;nbsp;&lt;SPAN&gt;Host Windows 10,&amp;nbsp;ONNX PyTorch, openvino 2020.3.194&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 10:40:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/OpenVINO-MYRIAD-RuntimeError/m-p/1190972#M19718</guid>
      <dc:creator>KubaB</dc:creator>
      <dc:date>2020-07-09T10:40:54Z</dc:date>
    </item>
  </channel>
</rss>

