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

api failure of TensorRT 10.0.1.6 when running trt_infer on GPU any #3948

Closed
hch-baobei opened this issue Jun 17, 2024 · 3 comments
Closed

api failure of TensorRT 10.0.1.6 when running trt_infer on GPU any #3948

hch-baobei opened this issue Jun 17, 2024 · 3 comments

Comments

@hch-baobei
Copy link

hch-baobei commented Jun 17, 2024

Description

--> 163 input_names = list(filter(self.engine.binding_is_input, names))

AttributeError: 'tensorrt.tensorrt.ICudaEngine' object has no attribute 'binding_is_input'

Environment

TensorRT Version: 10.0.1.6

NVIDIA GPU: A2

NVIDIA Driver Version: 12.2

CUDA Version: 11.7

new version use what api ?

@hch-baobei
Copy link
Author

give me new document website, please. i not find

@lix19937
Copy link

ICudaEngine.binding_is_input() is removed; use ICudaEngine.get_tensor_mode()

@hch-baobei
Copy link
Author

ok, thanks。 i try it。

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