<?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:installing and fixing errors for pytorch gpu arc a750 in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1630045#M134311</link>
    <description>&lt;P&gt;Hi&amp;nbsp;user_,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to follow up on the previous message regarding your inquiry. Have you had a chance to review it? If you have any questions or need further information, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Sep 2024 06:54:59 GMT</pubDate>
    <dc:creator>DeancR_Intel</dc:creator>
    <dc:date>2024-09-10T06:54:59Z</dc:date>
    <item>
      <title>installing and fixing errors for pytorch gpu arc a750</title>
      <link>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1623273#M133840</link>
      <description>&lt;P&gt;Hi i am very new in coding and deep learning so i followed this steps to install and use Pytorch&lt;/P&gt;&lt;P&gt;but when i used Cifar10 sample i got&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN class=""&gt;RuntimeError&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;U&gt;: Numpy is not available&lt;/U&gt;&lt;/STRONG&gt; i tried to downgrade to 1.26 so conda also try to downgrade mkl to 2023.1 after accept that my environment raised many errors so i deleted and started over make new environment&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;i have few questions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;first did i install correctly?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;second how can i fix this error and test Cifar10 sample?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;third i am using visual studio code does it ok and safe to use without getting errors?&lt;/P&gt;&lt;P&gt;fourth i used 3.9 python during creating new environment which latest version i can use without any problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;thank you&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;0)&lt;/P&gt;&lt;P&gt;Gpu driver&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/57912i24DC85D4764AA5CF/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="0.png" alt="0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Visual Studio, Desktop development with C++&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/57913i564EA9525B2C5DAA/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;install all of oneApi base toolkit 2024.2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;installing anaconda and&lt;/P&gt;&lt;P&gt;conda create --name pytorch-arc python=3.9 -y&lt;BR /&gt;conda activate pytorch-arc&lt;BR /&gt;conda install anaconda::jupyter -y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 748px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/57914i7DFEB7AD7B06E621/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4)&lt;/P&gt;&lt;P&gt;conda install pkg-config libuv -y&lt;/P&gt;&lt;P&gt;python -m pip install torch==2.1.0.post3 torchvision==0.16.0.post3 torchaudio==2.1.0.post3 intel-extension-for-pytorch==2.1.40+xpu --extra-index-url &lt;A href="https://pytorch-extension.intel.com/release-whl/stable/mtl/us/" target="_blank" rel="noopener"&gt;https://pytorch-extension.intel.com/release-whl/stable/mtl/us/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;pip install dpcpp-cpp-rt==2024.2.1 mkl-dpcpp==2024.2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5)&lt;/P&gt;&lt;P&gt;python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/57915i59BF60682B53797A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="5.png" alt="5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 22:39:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1623273#M133840</guid>
      <dc:creator>user_</dc:creator>
      <dc:date>2024-08-14T22:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: installing and fixing errors for pytorch gpu arc a750</title>
      <link>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1628782#M134053</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;user_,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Apologies for the delay on my response. Could you let me know the purpose of your work so we can check it further?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions or need further information, please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dean R.&lt;/P&gt;
&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 06:11:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1628782#M134053</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2024-09-05T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re:installing and fixing errors for pytorch gpu arc a750</title>
      <link>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1630045#M134311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;user_,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to follow up on the previous message regarding your inquiry. Have you had a chance to review it? If you have any questions or need further information, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2024 06:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1630045#M134311</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2024-09-10T06:54:59Z</dc:date>
    </item>
    <item>
      <title>Re:installing and fixing errors for pytorch gpu arc a750</title>
      <link>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1631889#M134526</link>
      <description>&lt;P&gt;Hi&amp;nbsp;user_,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I haven't received a response from you, I will be closing this inquiry. If you need further assistance, please submit a new question, as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean R.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2024 02:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/installing-and-fixing-errors-for-pytorch-gpu-arc-a750/m-p/1631889#M134526</guid>
      <dc:creator>DeancR_Intel</dc:creator>
      <dc:date>2024-09-18T02:48:19Z</dc:date>
    </item>
  </channel>
</rss>

