I try to run the Train Deep Learning Model tool, but I get the following error:
ERROR <SPAN class="number token">032659</SPAN> updateParameters Execution Error<SPAN class="punctuation token">:</SPAN> Traceback <SPAN class="punctuation token">(</SPAN>most recent call last<SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">:</SPAN>
File "c<SPAN class="punctuation token">:</SPAN>\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools<SPAN class="punctuation token">.</SPAN>tbx<SPAN class="comment token">#TrainDeepLearningModel_ia.UpdateParameters.py", line 4, in <module></SPAN>
File "c<SPAN class="punctuation token">:</SPAN>\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Image Analyst Tools<SPAN class="punctuation token">.</SPAN>tbx<SPAN class="comment token">#TrainDeepLearningModel_ia.UpdateParameters.py", line 62, in updateParameters</SPAN>
IndexError<SPAN class="punctuation token">:</SPAN> list index out of range<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Prior to this, the tool complained about the lack of the "fastprogress" module, I installed it through the built-in manager, but this did not help.
Has anyone come across a similar one?