Open Zyrin opened 3 months ago
Didn't upgrade tf2onnx to support 2.17 yet, it's in the plan.
Hello, Is this will be fixed one day?
Hello, Is this will be fixed one day?
Sure.
Hello, Is this will be fixed one day?
Sure.
Thanks, Project are often very complex, and downgrading tensorflow version is not always possible.
Describe the bug After updating to tensorflow 2.17 (from 2.15) we noticed that
tf2onnx.convert.from_keras
does not wort anymore. See examples down below.Urgency Not particularly urgent for us (but maybe for others?).
System information
To Reproduce Here is a simple code snippet with
keras.Sequential
to reproduce the problem:It fails with the following output:
Functional style models like the following:
also fail and produce a different output: