MPolaris / onnx2tflite

Tool for onnx->keras or onnx->tflite. Hope this tool can help you.
Apache License 2.0
526 stars 42 forks source link

转换报错 'tuple' object has no attribute 'ndims' #68

Open zuixiaosanlang opened 5 months ago

zuixiaosanlang commented 5 months ago

image

thanks

MPolaris commented 5 months ago

maybe you can change this line to len(x1.shape) != len(x2.shape) to fix this error.