onnx2keras icon indicating copy to clipboard operation
onnx2keras copied to clipboard

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

Open meenakshiravisankar opened this issue 4 years ago • 1 comments

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

meenakshiravisankar avatar May 18 '20 12:05 meenakshiravisankar