How to fix number of labels are not updated in modelconfig when running MMDetection model in Azure ML?
Hi teams, I am trying to train a mask2former model from mmdetection as per the offical notebook. All I did change was the model name. Importing model worked fine, but error 'Number of classes are not updated in modelconfig' raised. I believe this is system or environment error, and as a user I can do nothing about it. Frankly speaking, I have tried many models from mmdetection, all of them failed with various reasons, except the sample models used in official notebook. Even I import that model into my registry and try to fine-tune that model using pipeline, instead of using automl, it still failed with the same error. I really appreciate your work to develop this amazing platform, but this one could be the concern. Many thanks.