Open lucasjinreal opened 6 years ago
Could you please post here a snippet of your code in order to see where the problem is? This is only necessary if you are not running the example as we provide it in the repo.
I am using convert-tf-to-uff tool found that it is input_2 not input_1
Inside this file there are 2 APIs /usr/local/lib/python3.5/dist-packages/tensorrt/utils/_utils.py
I have always found issue with uff_to_trt_engine
, however uff_file_to_trt_engine
works just fine. The only different is in the later you pass the actual uff file and not the uff model.
Hi @jinfagang have you solved this issue? if you solved ,please share the code Error File "/usr/local/lib/python3.5/dist-packages/tensorrt/utils/_utils.py", line 194, in uff_to_trt_engine raise AssertionError('UFF parsing failed on line {} in statement {}'.format(line, text)) AssertionError: UFF parsing failed on line 186 in statement assert(parser_result) Thanks
I run the code-samples/TensorRT3.1/convert.ipynb, but got this error:
We registered the input_1 as input why it still try to parse input_2? Many appreciate if got any reply!