gmalivenko / onnx2keras

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

version 0.0.21 raise error "adjusted" #72

Closed M-Tonin closed 4 years ago

M-Tonin commented 4 years ago

I have upgrade onnx2keras and it gave the error: (I will catch again, for now using onnx2keras v0.0.20)

When I downgrade the error is not raise.

gmalivenko commented 4 years ago

Hello @M-Tonin . Can you provide more information? Code snippet or/and a full program log.

M-Tonin commented 4 years ago

image

M-Tonin commented 4 years ago

image

gmalivenko commented 4 years ago

got it, thanks. It's an error in debug output, I will disable it in future version.