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
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?
Solved! Go to Solution.
just solved the problem by changing the active Python environment back to the default
just solved the problem by changing the active Python environment back to the default
Hello, i am usinge the default environnement arcgispy3 but i have the same problem what is the reason please?