Additional ONNX Operators for Keras Convolution1D #1919
ThomasManz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I´d like to use tf2onnx to convert Keras model, because the old keras2onnx project seems to be stopped.
I´ve realized that a simple Convolution1D network is translated in different ways, the code is simple:
While keras2onnx does this rather simple, tf2onnx creates some additional operators (see picture: left=tf2onnx, right=keras2onnx): it creates a further dimension with Unsqueeze/Squeeze and also does not use the parameter 'bias' in Conv but adds a further Add.
Can you explain why it´s done this more complex way?
Are there any plans to implement a simpler transformation of Conv1D?
Thanks for your great work
Thomas
Beta Was this translation helpful? Give feedback.
All reactions