onnx2keras
onnx2keras copied to clipboard
fix conv1d convertion
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.