gmalivenko / onnx2keras

Convert ONNX model graph to Keras model format.
MIT License
195 stars 116 forks source link

Fix issue with ONNX layer names containing invalid characters #149

Open mikljohansson opened 2 years ago

mikljohansson commented 2 years ago

Fix issue with ONNX layer names containing characters which TF doesn't like, for example the : character. This should fix #143 and #134