gmalivenko / onnx2keras

Convert ONNX model graph to Keras model format.
MIT License
195 stars 116 forks source link

fix conv1d convertion #155

Open BoChenYS opened 1 year ago

BoChenYS commented 1 year ago

In the original implementation, when converting Conv1d layers from ONNX to Keras, bias terms of conv1d was ignored. Fixed this issue by adding back bias terms to the output.