This error may be caused by insufficient memory on the physical machine, an old tool version, an illegal model, or a tool bug. Please troubleshoot it in the following ways:
This error is caused by the number of mean_value parameter in the yaml file does not match the number of model input nodes, please check accordingly.
The mean_value of different input nodes need to be separated by ";" signs;
If the model is a hybrid multi-input model (i.e. contains both image and featuremap input nodes), the mean_value parameter of the featuremap node needs to be given a placeholder with "None" corresponding to input_name.
This error is caused by the model itself being illegal, i.e. it does not satisfy the checking logic of the public onnxruntime, so please check the model by yourself.