AxisCommunications / onnx-to-keras

Convert onnx models exported from pytorch to tensorflow keras models with focus on performace and highleve compatibility.
MIT License
25 stars 13 forks source link

Broadcast input2 to input1 shape if constant and empty #22

Closed xsacha closed 3 years ago

xsacha commented 3 years ago

I hit an add_op that was adding an ImageInterleavedBatch to a constant float (1.0f). The constant had no shape and the current code does not handle this.