Conversion Failure Due to Verification Failure of out_nodes Arguments
Symptom
Model conversion fails, and the log message "The input format of --out_nodes is invalid" is printed, as shown in Figure 3-6.
Possible Cause
The possible cause is as follows:
During model conversion, out_nodes is used to specify the output nodes (operator names), but the index of each output is not specified. As a result, the arguments fail the verification.
Solution
To rectify the fault, perform the following steps:
Check the argument format of out_nodes and specify the index of each output, for example, out_nodes="node_name1:0;node_name1:1;node_name2:0".