<?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 Hi, in Intel® Optimized AI Frameworks</title>
    <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184601#M167</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are closing this case assuming your issue is resolved. Please feel free to raise a new thread in case of further issues.&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 11:09:05 GMT</pubDate>
    <dc:creator>JananiC_Intel</dc:creator>
    <dc:date>2020-05-29T11:09:05Z</dc:date>
    <item>
      <title>Train CNN with AI accelerators in pytorch example</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184596#M162</link>
      <description>&lt;P&gt;Hi , I'm vishnu&lt;/P&gt;&lt;P&gt;Can anyone please share or tell me how to train pytorch CNN models with FPGA or GPU or VPU's on Intel DevCloud's&amp;nbsp; Jupyter lab!!!?&lt;/P&gt;&lt;P&gt;Any basic example with code&amp;nbsp;is enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 06:27:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184596#M162</guid>
      <dc:creator>vkana3</dc:creator>
      <dc:date>2020-05-16T06:27:07Z</dc:date>
    </item>
    <item>
      <title>Hi Vishnu,</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184597#M163</link>
      <description>&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;Thanks for reaching out.&lt;/P&gt;&lt;P&gt;Could you please confirm which DevCloud are you using? Is it FPGA DevCloud (FPGA acceleration) / oneAPI devcloud (datacentre workloads)?&lt;/P&gt;&lt;P&gt;If you are using FPGA devcloud and has queries regarding FPGA, please post your query in &amp;nbsp;&lt;A href="https://forums.intel.com/s/topic/0TO0P0000001AUUWA2/intel-high-level-design?language=en_US Forum"&gt;&lt;/A&gt;&lt;A href="https://forums.intel.com/s/topic/0TO0P0000001AUUWA2/intel-high-level-design?language=en_US" target="_blank"&gt;https://forums.intel.com/s/topic/0TO0P0000001AUUWA2/intel-high-level-design?language=en_US&lt;/A&gt; Forum.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you&amp;nbsp;would like to train your workload using CPU ,you can choose oneAPI devcloud.The oneAPI Devcloud has preinstalled oneAPI AI Analytics toolkit which contains popular DL frameworks like tensorflow and pytorch.&lt;/P&gt;&lt;P&gt;To utilize the preinstalled AI Analytics toolkit in devcloud follow the steps mentioned in the below documentation&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-ai-linux/top.html"&gt;https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-ai-linux/top.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can find&amp;nbsp; a code sample in this link&amp;nbsp;&lt;A href="https://github.com/intel/AiKit-code-samples/tree/master/PyTorch_HelloWorld"&gt;https://github.com/intel/AiKit-code-samples/tree/master/PyTorch_HelloWorld&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 11:47:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184597#M163</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-05-18T11:47:45Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184598#M164</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the above links, Can you please tell me how to train my workload in pytorch on GPU's, VPU's&amp;nbsp; on oneAPI Devcloud&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 12:04:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184598#M164</guid>
      <dc:creator>vkana3</dc:creator>
      <dc:date>2020-05-18T12:04:13Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184599#M165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;The oneAPI devcloud (datecentre cloud) has only CPU's and iGPU. You can try pytorch training in CPU in oneAPIDevcloud but the pytorch support for igpu is currently not available.&lt;/P&gt;&lt;P&gt;For simple training workload you can try our hello world example shared earlier. You can explore more samples in the pytorch official site &lt;A href="https://pytorch.org/tutorials/index.html#"&gt;https://pytorch.org/tutorials/index.html#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want to try inference ,then our&amp;nbsp;devcloud for edge has all the options to test the performance on CPU, GPU, VPU, &amp;amp; FPGA Architectures.You can post any queries regarding that in our devcloud for edge forum (&lt;A href="https://software.intel.com/en-us/forums/intel-devcloud-for-edge"&gt;https://software.intel.com/en-us/forums/intel-devcloud-for-edge&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 11:48:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184599#M165</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-05-19T11:48:24Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184600#M166</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope we have answered your questions.Could you please give us an update?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 04:08:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184600#M166</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-05-21T04:08:04Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184601#M167</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are closing this case assuming your issue is resolved. Please feel free to raise a new thread in case of further issues.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 11:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Optimized-AI-Frameworks/Train-CNN-with-AI-accelerators-in-pytorch-example/m-p/1184601#M167</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-05-29T11:09:05Z</dc:date>
    </item>
  </channel>
</rss>

