I have created a compose model with multiple custom models. For one specific document where it was supposed to use model A for analysis, ends up using model B which is incorrect.
Here are few specific to know:
Observations:
Q1) Isn't compose model supposed to perform analyze with best fit model? In this case model A is best fit. But model B is selected.
Q2) What's the best practices for training when composing huge set of models (say in the range of 40)
Q3) How can issues like this be fixed?
I received a response from Microsoft team on this, The way compose model works seems to be refined on 3.0 version. I tried with exact same training data on Form Recognizer Studio (3.0) and the compose feature is working as expected!