<?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: Deep Learning in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067698#M41988</link>
    <description>&lt;P&gt;Many thanks for your help Tim.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Jun 2021 01:08:54 GMT</pubDate>
    <dc:creator>SaeedehMadani</dc:creator>
    <dc:date>2021-06-13T01:08:54Z</dc:date>
    <item>
      <title>Deep Learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067536#M41985</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My name is Saeedeh Madani a GIS student at SAIT, and currently working on a capstone project so as a part of a requirement we need to work with deep learning and for the Train Deep learning Model to work we have to download Deep Learning Libraries Installer for ArcGIS Pro 2.8, and as we have searched a lot we could only find&amp;nbsp; Deep Learning Libraries Installer for ArcGIS Pro 2.7. So, if it is possible, could you please help us as to how we can have access to it?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 20:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067536#M41985</guid>
      <dc:creator>SaeedehMadani</dc:creator>
      <dc:date>2021-06-11T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067653#M41986</link>
      <description>&lt;P&gt;&lt;A href="https://anaconda.org/Esri/deep-learning-essentials/files" target="_blank"&gt;https://anaconda.org/Esri/deep-learning-essentials/files&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 12:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067653#M41986</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-06-12T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067694#M41987</link>
      <description>&lt;P&gt;The installer for deep learning in ArcGIS Pro 2.8 has not been released yet, however it can be installed manually.&lt;/P&gt;&lt;P&gt;First, you need to create a cloned Python environment, as the default one cannot be modified. In the ArcGIS Pro Settings, choose Python and click on the Manage Environments button.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_0-1623538255200.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15823iDAAC61D3CDB6AF6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_0-1623538255200.png" alt="Tim_McGinnes_0-1623538255200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Find the default arcgispro-py3 environment and click on the Clone icon.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_1-1623538350795.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15824i4E1E50303810D9B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_1-1623538350795.png" alt="Tim_McGinnes_1-1623538350795.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can choose a name and location for the environment, but I recommend you leave them as default. Click the clone button.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_2-1623538434702.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15825i92BF683EA13D42DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_2-1623538434702.png" alt="Tim_McGinnes_2-1623538434702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The installation will take a little while. When it is finished, click the radio button in the clone to activate it and click OK. As shown by the message you should restart ArcGIS Pro so it will use the cloned environment.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_3-1623538595679.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15826i27D3F94829ADA902/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_3-1623538595679.png" alt="Tim_McGinnes_3-1623538595679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To install the deep learning packages you will need to use the command line. In the Windows start menu choose&amp;nbsp; ArcGIS - Python Command Prompt. Make sure the command prompt is using your cloned environment (at the left of the prompt). Type&amp;nbsp;&lt;STRONG&gt;conda install -c esri deep-learning-essentials=2.8&lt;/STRONG&gt; and press enter. Conda will search for the packages to install or upgrade and show you a list - press &lt;STRONG&gt;y&lt;/STRONG&gt; to proceed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_5-1623538978308.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15828iA5EE87013299A88F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_5-1623538978308.png" alt="Tim_McGinnes_5-1623538978308.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You should now have a working deep learning environment. However please note that I have come across some issues when using the GPU in 2.8 and am waiting for the 2.8.1 update which should resolve the issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-deep-learning-with-gpu-fatal-authorization-error/m-p/1058277#M40961" target="_blank" rel="noopener"&gt;ArcGIS Pro 2.8 - Deep Learning with GPU - Fatal authorization error&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 23:06:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067694#M41987</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-06-12T23:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067698#M41988</link>
      <description>&lt;P&gt;Many thanks for your help Tim.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 01:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067698#M41988</guid>
      <dc:creator>SaeedehMadani</dc:creator>
      <dc:date>2021-06-13T01:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Learning</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067699#M41989</link>
      <description>&lt;P&gt;Thanks for the link David&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 01:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/deep-learning/m-p/1067699#M41989</guid>
      <dc:creator>SaeedehMadani</dc:creator>
      <dc:date>2021-06-13T01:38:35Z</dc:date>
    </item>
  </channel>
</rss>

