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

Engine creation in Tensor RT 5 #6

Open
lawrencekiba opened this issue Aug 6, 2019 · 0 comments
Open

Engine creation in Tensor RT 5 #6

lawrencekiba opened this issue Aug 6, 2019 · 0 comments

Comments

@lawrencekiba
Copy link

The engine creation does not work in Tensor RT 5 due to different commands.

Some of the errors:

Using TensorFlow backend. Traceback (most recent call last): File "trt_exampleOG.py", line 9, in <module> import tensorrt.parsers.uffparser as uffparser ImportError: No module named 'tensorrt.parsers'

DEBUG: convert reshape to flatten node No. nodes: 24 Traceback (most recent call last): File "trt_exampleOG.py", line 125, in <module> main() File "trt_exampleOG.py", line 114, in main engine = TrtEngine(model, 1000) File "trt_exampleOG.py", line 39, in __init__ G_LOGGER = trt.infer.ConsoleLogger(trt.infer.LogSeverity.ERROR) AttributeError: module 'tensorrt' has no attribute 'infer'

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

1 participant