Skip to content
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

Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary. #30

Open
monsterlyg opened this issue Jul 9, 2019 · 2 comments

Comments

@monsterlyg
Copy link

I used tf with version 1.4 before,but when I run the try_detector.py, it raised the error:
ValueError: No op named NonMaxSuppressionV3 in defined operations.
Then I updated my tf version from 1.4 to 1.8, but it raises another error:
ValueError: NodeDef mentions attr 'Truncate' not in Op<name=Cast; signature=x:SrcT -> y:DstT; attr=SrcT:type; attr=DstT:type>; NodeDef: import/anchor_generator/ToFloat_34 = CastDstT=DT_FLOAT, SrcT=DT_INT32, Truncate=false.
Some people with the some issue suggest that the lower version of tf 1.10 can resolve the problem.But it will bring the issue before. How can i reslove the issue? Is it related with the system? I use win and the model was created on linux?

@monsterlyg
Copy link
Author

i solved the problem when i run in Linux with python3.7 & TensorFlow1.14

@StormArcher
Copy link

I HAVE the same problem 'ValueError: No op named NonMaxSuppressionV3' my tf is 1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants