Hi Folks,
I'm trying to retrain this model: Land Cover Classification (Aerial Imagery) - Overview (arcgis.com)
I run label features for deep learning and then export training data for deep learning.
I then run train deep learning model, but get this error:
Exception: Could not infer dataset type. Please specify a supported dataset type or ensure that the path contains valid exported training data from ArcGIS.
UnboundLocalError: local variable 'data_bunch' referenced before assignment
Is there a key parameter I'm missing?