-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReverseV2 is not supported #905
Comments
what tf version was the model generated with ? I think with tf-1.15 we see this ReverseV2 being used so you'd need opset-10 or better. |
sorry for poor information.Tensorflow version is 1.14 the failure i obtain is
|
It looks like the shape information for the node (at conversion time) is dynamic (i.e. -1). Will need to rewrite the algorithm/mapping to see if dynamic shape can be accepted, without making the operator too inefficient. Will update shortly on this. |
This should be fixed by #909. |
when i'm trying to convert my pb with opset = 9 i obtain this error
Layer gru caused this problem?
with opset 10 or 11
The text was updated successfully, but these errors were encountered: