Replacing SoftmaxActivation with SoftmaxOutput

SoftmaxActivation -> SoftmaxOutput
“mode”: “channel” -> “multi_output”: “1”

or

SoftmaxActivation isn’t supported by ONNX - workaround
SoftmaxActivation -> softmax
“mode”: “channel” -> “axis”: “1”