gmalivenko / onnx2keras

Convert ONNX model graph to Keras model format.
MIT License
193 stars 114 forks source link

KeyError: 'Resize' while converting onnx to keras #139

Open ghost opened 2 years ago

ghost commented 2 years ago

File "D:\pytorchToJson\venv\lib\site-packages\onnx2keras\converter.py", line 175, in onnx_to_keras AVAILABLE_CONVERTERS[node_type]( KeyError: 'Resize'

Please help to update on above error. ONNX version - 1.7.0 Opset version - 11 onnx2keras version - 0.0.24

Please let me know if any more information required on this issue.

hungvo0603 commented 2 years ago

Hi, any updates on this?

JannisWolf commented 2 years ago

See #79