onnx2keras icon indicating copy to clipboard operation
onnx2keras copied to clipboard

fix conv1d convertion

Open BoChenYS opened this issue 2 years ago • 0 comments

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.

BoChenYS avatar Nov 03 '22 04:11 BoChenYS