gmalivenko / onnx2keras

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

ValueError: Failed to convert a NumPy array to a Tensor (Unsupported object type NoneType). #67

Open meenakshiravisankar opened 4 years ago

meenakshiravisankar commented 4 years ago

I am trying to convert an onnx model to keras but the value error pops up. I am using the following versions:

python 3.5 tensorflow 2.2 onnx 1.3 onnx2keras 0.0.20

Fixes for this will be highly appreciated!

Screenshot from 2020-05-18 18-12-38

haoshuai-orka commented 5 months ago

Hi, have you solved this issue?