Open
Description
I use tf2onnx.convert.from_keras to transform my yolo keras model to onnx but the sequence of onnx output is not the same as model output (ex: model: 81380, 162680, 325280; onnx:81380, 325280, 162680 ) . I did not define the outputs parameter, did this action cause the wrong result? please help me to know how to set outputs parameters when I use tf2onnx.convert.from_keras to get the .onnx file.