<?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: Train deep learning model error in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881216#M5143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the reply. Here is the code:&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: black;"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "c:\......\appdata\local\programs\arcgis\pro\Resources\ArcToolbox\Scripts\TrainDeepLearningModel.py", line 4, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; import arcgis.learn&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from . import (features, geoanalytics, geocoding, geometry,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\features\__init__.py", line 28, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from . import enrich_data&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\features\enrich_data.py", line 10, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; import arcgis.network as network&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\network\__init__.py", line 9, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from . import analysis&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\network\analysis.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from ._vrp import solve_vehicle_routing_problem, edit_vehicle_routing_problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\network\_vrp.py", line 6, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from arcgis.mapping import MapImageLayer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\mapping\__init__.py", line 8, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from ._types import WebMap, WebScene, MapImageLayer, MapImageLayerManager, VectorTileLayer, OfflineMapAreaManager&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\mapping\_types.py", line 19, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from arcgis.widgets import MapView&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\widgets\__init__.py", line 2, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from arcgis.widgets._mapview import MapView&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\widgets\_mapview.py", line 15, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from ipywidgets import widgets&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\ipywidgets\__init__.py", line 23, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from IPython import get_ipython&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\__init__.py", line 55, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from .terminal.embed import embed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\embed.py", line 16, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from IPython.terminal.interactiveshell import TerminalInteractiveShell&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\interactiveshell.py", line 33, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from .debugger import TerminalPdb, Pdb&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\debugger.py", line 8, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from .shortcuts import suspend_to_bg, cursor_in_leading_ws&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\shortcuts.py", line 234, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from IPython.lib.clipboard import (ClipboardEmpty,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\lib\clipboard.py", line 7, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; import IPython.utils.py3compat as py3compat&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;AttributeError: module 'IPython' has no attribute 'utils'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp;Failed to execute (TrainDeepLearningModel).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Humberto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2020 18:41:25 GMT</pubDate>
    <dc:creator>HumbertoPerotto</dc:creator>
    <dc:date>2020-05-14T18:41:25Z</dc:date>
    <item>
      <title>Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881212#M5139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are learning how to use deep learning and we have been using the examples provided by ESRI with very good results. We started working with our imagery and we are getting the message below. We have followed all the steps and we made sure we installed python. We are not able to identify the problem. Help will be greatly appreciated! Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/490691_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 21:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881212#M5139</guid>
      <dc:creator>HumbertoPerotto</dc:creator>
      <dc:date>2020-05-01T21:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881213#M5140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't post the full error.&amp;nbsp; Could you copy and paste it here&lt;/P&gt;&lt;P&gt;Also, you would be advised to post the issue directly on the github site&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api" title="https://github.com/Esri/arcgis-python-api"&gt;GitHub - Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 21:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881213#M5140</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-05-01T21:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881214#M5141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning Humberto:&lt;/P&gt;&lt;P&gt;You have found a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 16:08:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881214#M5141</guid>
      <dc:creator>Jorge_EzequielCastillo</dc:creator>
      <dc:date>2020-05-13T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881215#M5142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;No, not yet. We are working on identifying what we did different, and once we have some more information we will post more questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Thanks a lot for asking!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Humberto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 18:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881215#M5142</guid>
      <dc:creator>HumbertoPerotto</dc:creator>
      <dc:date>2020-05-14T18:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881216#M5143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the reply. Here is the code:&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: black;"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "c:\......\appdata\local\programs\arcgis\pro\Resources\ArcToolbox\Scripts\TrainDeepLearningModel.py", line 4, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; import arcgis.learn&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from . import (features, geoanalytics, geocoding, geometry,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\features\__init__.py", line 28, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from . import enrich_data&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\features\enrich_data.py", line 10, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; import arcgis.network as network&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\network\__init__.py", line 9, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from . import analysis&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\network\analysis.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from ._vrp import solve_vehicle_routing_problem, edit_vehicle_routing_problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\network\_vrp.py", line 6, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from arcgis.mapping import MapImageLayer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\mapping\__init__.py", line 8, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from ._types import WebMap, WebScene, MapImageLayer, MapImageLayerManager, VectorTileLayer, OfflineMapAreaManager&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\mapping\_types.py", line 19, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from arcgis.widgets import MapView&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\widgets\__init__.py", line 2, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from arcgis.widgets._mapview import MapView&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\arcgis\widgets\_mapview.py", line 15, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from ipywidgets import widgets&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\ipywidgets\__init__.py", line 23, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from IPython import get_ipython&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\__init__.py", line 55, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from .terminal.embed import embed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\embed.py", line 16, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from IPython.terminal.interactiveshell import TerminalInteractiveShell&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\interactiveshell.py", line 33, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from .debugger import TerminalPdb, Pdb&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\debugger.py", line 8, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from .shortcuts import suspend_to_bg, cursor_in_leading_ws&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\terminal\shortcuts.py", line 234, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; from IPython.lib.clipboard import (ClipboardEmpty,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; File "C:\......\AppData\Local\Programs\ArcGIS\Pro\bin\Python\envs\deeplearning\Lib\site-packages\IPython\lib\clipboard.py", line 7, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp; &amp;nbsp; import IPython.utils.py3compat as py3compat&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;AttributeError: module 'IPython' has no attribute 'utils'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.5pt; "&gt;&amp;nbsp;Failed to execute (TrainDeepLearningModel).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Humberto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 18:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881216#M5143</guid>
      <dc:creator>HumbertoPerotto</dc:creator>
      <dc:date>2020-05-14T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881217#M5144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best regard Humberto:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error appeared because I had the ArcGIS desktop and ArcGis Pro was installed on another unit. I removed both programs and only have ArcGIS Pro on the drive as indicated by the installation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The samples are captured as the guide says, that is, the circle draws the entire element.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I create a new project, I do not work in which it fails. When run, it advances to epoch 8 and fails.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have not tried again, I appreciate if you find any solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;See you soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 20:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881217#M5144</guid>
      <dc:creator>Jorge_EzequielCastillo</dc:creator>
      <dc:date>2020-05-14T20:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881218#M5145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings, Humberto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you already found a solution to this error? I also had encountered this error when I run the Train Deep Learning Model tool. I hope you already fix this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/881218#M5145</guid>
      <dc:creator>Ian_JoshuaVillar</dc:creator>
      <dc:date>2020-06-10T08:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Train deep learning model error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/1001303#M5198</link>
      <description>&lt;P&gt;I've the same problem&amp;nbsp; , could anyone give me a solution to this problem?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 032659 updateParameters Execution Error: Traceback (most recent call last):&lt;BR /&gt;File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx#TrainDeepLearningModel_ia.UpdateParameters.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx#TrainDeepLearningModel_ia.UpdateParameters.py", line 66, in updateParameters&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\learn\models\_maskrcnn.py", line 183, in _supported_backbones&lt;BR /&gt;return [*_resnet_family]&lt;BR /&gt;NameError: name '_resnet_family' is not defined&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 17:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/train-deep-learning-model-error/m-p/1001303#M5198</guid>
      <dc:creator>GiuseppeDiCaprio</dc:creator>
      <dc:date>2020-11-13T17:56:49Z</dc:date>
    </item>
  </channel>
</rss>

