<?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: Error with GPU in deep learnig training in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397780#M80609</link>
    <description>&lt;P&gt;You might verify that your GPU is suitable. See:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/projects/get-ready-for-deep-learning-in-arcgis-pro/#:~:text=check%20whether%20your%20computer%20has%20a%20suitable" target="_blank"&gt;https://learn.arcgis.com/en/projects/get-ready-for-deep-learning-in-arcgis-pro/#:~:text=check%20whether%20your%20computer%20has%20a%20suitable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2024 12:58:29 GMT</pubDate>
    <dc:creator>BobBooth1</dc:creator>
    <dc:date>2024-03-19T12:58:29Z</dc:date>
    <item>
      <title>Error with GPU in deep learnig training</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397258#M80520</link>
      <description>&lt;P&gt;I am using arcgis 3.2.2, with the latest deep learning package, I am trying to train a neural network using the dedicated GPU of my system. Windows tells me that my graphics card is GPU1, but if in arcgis I select GPU ID: 1, it sends me the following error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.execute.py", line 29, in &amp;lt;module&amp;gt;&lt;BR /&gt;torch.cuda.set_device(arcpy.env.gpuId)&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\fastai\torch_core.py", line 72, in _new_torch_cuda_set_device&lt;BR /&gt;_old_torch_cuda_set_device(device)&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\torch\cuda\__init__.py", line 261, in set_device&lt;BR /&gt;torch._C._cuda_setDevice(device)&lt;BR /&gt;RuntimeError: CUDA error: invalid device ordinal&lt;/P&gt;&lt;P&gt;Failed script Train Deep Learning Model...&lt;BR /&gt;Failed to execute (TrainDeepLearningModel).&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 14:27:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397258#M80520</guid>
      <dc:creator>jesusangel</dc:creator>
      <dc:date>2024-03-18T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error with GPU in deep learnig training</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397266#M80521</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/arcgis-pro-system-requirements.htm#GUID-B8F08895-1162-47A5-B2A0-2B8D5550155E" target="_blank"&gt;ArcGIS Pro 3.2 system requirements—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;under...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;General-purpose computing on a GPU&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;is your GPU upto date and sufficient?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 14:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397266#M80521</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-03-18T14:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error with GPU in deep learnig training</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397275#M80526</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/776632"&gt;@jesusangel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Long shot, but Python is a zero-indexed language, it may be correct that GPU1 is the first GPU, but in the list, it may actually be GPU 0 when you enter it in. I would attempt to enter 0 in that GPU ID: prompt and see if it changes anything!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 14:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397275#M80526</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-03-18T14:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error with GPU in deep learnig training</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397780#M80609</link>
      <description>&lt;P&gt;You might verify that your GPU is suitable. See:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/projects/get-ready-for-deep-learning-in-arcgis-pro/#:~:text=check%20whether%20your%20computer%20has%20a%20suitable" target="_blank"&gt;https://learn.arcgis.com/en/projects/get-ready-for-deep-learning-in-arcgis-pro/#:~:text=check%20whether%20your%20computer%20has%20a%20suitable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 12:58:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-with-gpu-in-deep-learnig-training/m-p/1397780#M80609</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2024-03-19T12:58:29Z</dc:date>
    </item>
  </channel>
</rss>

