FaceBoxes-tensorflow icon indicating copy to clipboard operation
FaceBoxes-tensorflow copied to clipboard

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

Open monsterlyg opened this issue 6 years ago • 2 comments

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 avatar Jul 09 '19 03:07 monsterlyg

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

monsterlyg avatar Aug 06 '19 06:08 monsterlyg

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

StormArcher avatar Aug 16 '19 03:08 StormArcher