onnx2keras
onnx2keras copied to clipboard
input type: float32[?,w,h,c]
After I converted a pytorch-onnx model into keras .h5, I noticed that input type: float32[?,w,h,c]
Is it correct? what should i do?