Hi,
I am exporting a model from PyTorch with multiple output tensors, but those tensors in the exported model have numerical meaningless names.
Any chance I can specify the output names just like it is done with the input name?
While we should be able to specify "output" in the convert function for a PyTorch model, and this has been requested a few times like in #775, you might want to look at the "utils" https://coremltools.readme.io/docs/mlmodel-utilities which allow renaming of the output.
Most helpful comment
While we should be able to specify "output" in the convert function for a PyTorch model, and this has been requested a few times like in #775, you might want to look at the "utils" https://coremltools.readme.io/docs/mlmodel-utilities which allow renaming of the output.