Help Center> ModelArts> FAQs> Model Evaluation> What Should I Do If the ModelArts.2133 Evaluation Result Is Not Generated?

What Should I Do If the ModelArts.2133 Evaluation Result Is Not Generated?

During model evaluation, an error is reported in logs, or no error is reported but the evaluation result is not generated.

Figure 1 Evaluation result generation failure

Solution

The possible cause is that the format of the input parameter for calling the analyse interface is incorrect. Modify the parameter format following instructions in Model Evaluation Guide and Sample Code. Common errors are as follows: The format of pred_list is incorrect, or some key parameters, such as task_type, are missing.