<?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: Is available source code to evaluate TFLM classification model with C/C+ in PC? in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1862269#M4761</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you looking for some method like below?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tensorflow.org/lite/microcontrollers/build_convert#convert_to_a_c_array" target="_blank"&gt;https://www.tensorflow.org/lite/microcontrollers/build_convert#convert_to_a_c_array&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 07:33:53 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2024-05-09T07:33:53Z</dc:date>
    <item>
      <title>Is available source code to evaluate TFLM classification model with C/C+ in PC?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1858045#M4741</link>
      <description>&lt;P&gt;I have read tflm_cifar10 in SDK. In general, we need to convert Tflite model into C array. Now I want to evaluate TFLM model (&lt;STRONG&gt;C array, not .tflite model&lt;/STRONG&gt;)&lt;STRONG&gt; in the PC&lt;/STRONG&gt; to see whether accuracy is dropped. The reason I want to run in PC to save time. Do you have any source code for classification model such as for Cifar10?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I move from Python to C/C++ and something is not familiar. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 16:42:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1858045#M4741</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-01T16:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is available source code to evaluate TFLM classification model with C/C+ in PC?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1862269#M4761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you looking for some method like below?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tensorflow.org/lite/microcontrollers/build_convert#convert_to_a_c_array" target="_blank"&gt;https://www.tensorflow.org/lite/microcontrollers/build_convert#convert_to_a_c_array&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 07:33:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1862269#M4761</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2024-05-09T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is available source code to evaluate TFLM classification model with C/C+ in PC?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1862313#M4762</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. I have already converted tflite to tflite .C array. I need to guide to evaluate .tflite .C array on PC. In general, we directly deploy .tflite C array on board without performance validation. Because I could not find any guide to do this, so I opened this topic.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 07:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Is-available-source-code-to-evaluate-TFLM-classification-model/m-p/1862313#M4762</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-09T07:58:38Z</dc:date>
    </item>
  </channel>
</rss>

