onnx / onnxmltools

ONNXMLTools enables conversion of models to ONNX
https://onnx.ai
Apache License 2.0
1.03k stars 184 forks source link

How to edit name of layer #302

Closed mrgloom closed 5 years ago

mrgloom commented 5 years ago

Is it possible to edit name of layer in onnx?

Seems here is only part of the answer, i.e. protobuf to json https://github.com/onnx/onnxmltools/issues/273 then we can edit json, but how to convert it back to onnx model?

vinitra-zz commented 5 years ago

Hi @mrgloom! If you're interested in editing input / output layer names, you could do so with the WinML Dashboard.

Looks like you've found a solution in https://github.com/onnx/onnx/issues/2052 also!