Hi all,
I recently ran AutoDL for all pixel classification models using training data I had created. It took almost four days. The results as they appeared in the leaderboard and the model metrics files were very promising, with accuracy in the 92-98% range for the top-performing models across my four land cover categories. However, when I use any of the output models to classify new imagery (same source and resolution, different nearby location, different date by a few months), my output is much less accurate and contains many "holes," or sporadic, irregular areas of no data in the output raster. Every model I try has these holes, but they occur in different places. One difference I should mention is that I ran the AutoDL tool using a single raster while I'm now trying to classify pixels in a mosaic dataset. Here's an area of no data:

I have tried several of the top performing models from my AutoDL result, I've tried retraining the output models with additional training data, and I've tried training a new model from scratch based on the AutoDL recommendations. I've experimented with changing the padding parameter, using test time augmentation and predicting background values. No real improvement.
If anyone has any suggestions specifically about the no data areas, I'd love to hear them. I had trained other models on my own before running AutoDL and I never had this outcome. I did re-export my training data before running AutoDL, so maybe I did something wrong during that step... if I had unclassified areas on my training data chips, could that result in this outcome? I'm thinking maybe my extent parameter was wrong when I exported the training data, resulting in some chips containing unclassified areas.
My other question is whether there is information somewhere in the AutoDL output about parameters. I only see models, loss, accuracy, dice, and learning rate. I was hoping to get some tips for optimizing my model parameters, but I'm not seeing that.
Finally, I thought the Advanced Mode would evaluate different backbones for the top two models, but that does not seem to have happened. My top two models were SemFPN and HRNet, but the optuna study was done on SamLoRA and UnetClassifier). Further, it seems like it tested the same architecture/backbone combination more than once, with different parameters maybe? The three numbers at the end of the folder name change each time, but I don't know what they indicate. If the numbers are related to parameters used, I'd love to be able to decode the folder names!

Thanks for any advice you can offer!