-
Notifications
You must be signed in to change notification settings - Fork 178
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
how to use TensorArrayV3? #221
Comments
I created that type in raw_ops.h
I get this error
|
here is the model details
this is the input that I am using to score the model
|
Hi, From the error you are getting, Hope this helps! |
Hi, it seems that didn't work. I think this is because of this code here in the tensor_array_v3 definition
changing
|
I guess you mean changing from 1 to 2. The error is saying you should change the datatype, have you tried this? |
All these errors you are posting don't look related to the library itself, but rather bugs or incorrect usage. Now it looks like you are providing tensors with the wrong shape. I recommend you to read careful the errors and try to debug it by yourself. Hope this helps |
No problem, I will try to look further into that. Thanks |
The text was updated successfully, but these errors were encountered: