<?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 Re: What is eval_time about DeepViewRT in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1350121#M181015</link>
    <description>&lt;P&gt;Hello Weily_li,&lt;/P&gt;
&lt;P&gt;Regarding the 'get_timing_info' - please check {eIQ_Toolkit_Install|\docs\DeepViewRT_User_Manual.pdf -&amp;gt;&amp;nbsp;A.2 ModelClient&lt;/P&gt;
&lt;P&gt;Returns:&lt;/P&gt;
&lt;P&gt;put_time: the timing information regarding how long it took to send the most recent rtm to the modelrunner application post_time: the total time to run the model (includes the post request and evaluation) eval_time: the time it took for the modelrunner application to run the model.&lt;/P&gt;
&lt;P&gt;Can you share the model you used?&lt;/P&gt;
&lt;P&gt;I assume the error you see appeared on the host PC. Any message shown on the board?&lt;/P&gt;
&lt;P&gt;Please share the log from %appdata%Roaming\eIQ Portal\logs\&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 14:39:36 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2021-10-04T14:39:36Z</dc:date>
    <item>
      <title>What is eval_time about DeepViewRT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1335726#M179648</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I have some comfuse about DeepViewRT.&amp;nbsp; &lt;STRONG&gt;What is eval_time ? Is really run time of model ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;FONT color="#FF6600"&gt;Code : "put_time, post_time, eval_time = modelclient.get_timing_info() "&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; And.. What is&amp;nbsp;put_time /&amp;nbsp;post_time ? Is loding model time ? or Warm-up time ?&lt;/P&gt;&lt;P&gt;Weilly&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 02:24:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1335726#M179648</guid>
      <dc:creator>weilly_li</dc:creator>
      <dc:date>2021-09-07T02:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is eval_time about DeepViewRT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1337917#M179857</link>
      <description>&lt;P&gt;Hi Weilly,&lt;/P&gt;
&lt;P&gt;Could you please provide what is the device you are working on? Also please let us know the code you are using for reference for this.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 21:02:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1337917#M179857</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2021-09-09T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is eval_time about DeepViewRT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1338256#M179893</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/167536"&gt;@FelipeGarcia&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; My Platflorm is&amp;nbsp; NXP i.mx8mplus.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Python Code :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;results = modelclient.run(inputs, outputs)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;put_time, post_time, eval_time = modelclient.get_timing_info()&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;So, Is DeepViewRT fast than Tensorflow Lite ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Weilly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1338256#M179893</guid>
      <dc:creator>weilly_li</dc:creator>
      <dc:date>2021-09-10T08:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is eval_time about DeepViewRT</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1350121#M181015</link>
      <description>&lt;P&gt;Hello Weily_li,&lt;/P&gt;
&lt;P&gt;Regarding the 'get_timing_info' - please check {eIQ_Toolkit_Install|\docs\DeepViewRT_User_Manual.pdf -&amp;gt;&amp;nbsp;A.2 ModelClient&lt;/P&gt;
&lt;P&gt;Returns:&lt;/P&gt;
&lt;P&gt;put_time: the timing information regarding how long it took to send the most recent rtm to the modelrunner application post_time: the total time to run the model (includes the post request and evaluation) eval_time: the time it took for the modelrunner application to run the model.&lt;/P&gt;
&lt;P&gt;Can you share the model you used?&lt;/P&gt;
&lt;P&gt;I assume the error you see appeared on the host PC. Any message shown on the board?&lt;/P&gt;
&lt;P&gt;Please share the log from %appdata%Roaming\eIQ Portal\logs\&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 14:39:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/What-is-eval-time-about-DeepViewRT/m-p/1350121#M181015</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-10-04T14:39:36Z</dc:date>
    </item>
  </channel>
</rss>

