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&rsource=https%3A%2F%2Flinks.esri.com%2Fdeep-learning-framework-install 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-manually.pdf
De/Re-Installing ArcGIS Pro also didn't help at all... (Tried on 2.9 and 2.9.2)
Can someone help?