Select to view content in your preferred language

Train Deep Learning Model ERROR 032659

2706
2
Jump to solution
04-24-2022 11:18 PM
MarcoPoetsch
Frequent Contributor

Hi all,

I'm trying to use the "Train Deep Learning Model" tool. However, I'm getting the following error message

ERROR 032659 updateParameters Error: Traceback (most recent call last):
File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 653, in <module>
File "c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools.tbx\TrainDeepLearningModel.tool\tool.script.validate.py", line 287, in updateParameters
backbone_list = training_model._supported_backbones()
File "C:\Users\Deep\AppData\Local\ESRI\conda\envs\deeplearning\Lib\site-packages\arcgis\learn\models\_ssd.py", line 368, in _supported_backbones
*_resnet_family,
NameError: name '_resnet_family' is not defined

MarcoPoetsch_0-1650867315019.png

I installed the Libary from here
https://github.com/Esri/deep-learning-frameworks/blob/master/README.md?rmedium=links_esri_com_b_d&rs... using the Deep Learning Libraries Installer for ArcGIS Pro 2.9.

I also tried following the alternative method as described here: https://www.esri.com/content/dam/esrisites/en-us/media/pdf/private/install-deep-learning-frameworks-...

De/Re-Installing ArcGIS Pro also didn't help at all... (Tried on 2.9 and 2.9.2)

Can someone help?

0 Kudos
1 Solution

Accepted Solutions
MarcoPoetsch
Frequent Contributor

just solved the problem by changing the active Python environment back to the default

  1. I went to ArcGIS Pro -> Proeject --> Python --> I changed it back to the default  and
  2. removed the deeplearning library 
  3. closed ArcGIS Pro
  4. installed the package again using the MSI package https://github.com/Esri/deep-learning-frameworks/blob/master/README.md?rmedium=links_esri_com_b_d&rs...

MarcoPoetsch_1-1650963137518.png

 

 

View solution in original post

0 Kudos
2 Replies
MarcoPoetsch
Frequent Contributor

just solved the problem by changing the active Python environment back to the default

  1. I went to ArcGIS Pro -> Proeject --> Python --> I changed it back to the default  and
  2. removed the deeplearning library 
  3. closed ArcGIS Pro
  4. installed the package again using the MSI package https://github.com/Esri/deep-learning-frameworks/blob/master/README.md?rmedium=links_esri_com_b_d&rs...

MarcoPoetsch_1-1650963137518.png

 

 

0 Kudos
ahlamhitache
New Contributor

Hello, i am usinge the default environnement arcgispy3 but i have the same problem what is the reason please?

0 Kudos