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

TensorRT Converter *Core Dumped* #50417

Open
tdrvlad opened this issue Jun 23, 2021 · 3 comments
Open

TensorRT Converter *Core Dumped* #50417

tdrvlad opened this issue Jun 23, 2021 · 3 comments
Assignees
Labels
comp:gpu:tensorrt Issues specific to TensorRT stat:awaiting tensorflower Status - Awaiting response from tensorflower TF 2.5 Issues related to TF 2.5 type:bug Bug

Comments

@tdrvlad
Copy link

tdrvlad commented Jun 23, 2021

System information
tensorflow:2.5.0-gpu base Docker container

Describe the current behavior
Execution is aborted (attached image)
Capture

Describe the expected behavior
Performed a successful model conversion 2 weeks ago with the same script.

Standalone code to reproduce the issue

        converter = trt.TrtGraphConverterV2(
            input_saved_model_dir = self.model_dir)
        converter.convert()

        saved_model_dir_trt = os.path.join(self.model_dir, self.model_id + '_trt')
        converter.save(saved_model_dir_trt)
@tdrvlad tdrvlad added the type:bug Bug label Jun 23, 2021
@saikumarchalla saikumarchalla added comp:gpu:tensorrt Issues specific to TensorRT TF 2.5 Issues related to TF 2.5 labels Jun 24, 2021
@jvishnuvardhan jvishnuvardhan added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Jun 24, 2021
@sanjoy
Copy link
Contributor

sanjoy commented Jun 24, 2021

@pkanwar23 is this the same LD_LIBRARY_PATH issue we've seen elsewhere?

@pkanwar23
Copy link
Contributor

Yes- same issue. This should be fixed soon.

@rpytel1
Copy link

rpytel1 commented Aug 31, 2021

@pkanwar23 Any update on that, bc for my recently downloaded image it was still not working.
It works for image: nvcr.io/nvidia/tensorflow:21.07-tf2-py3 while it crashes for:

  • tensorflow/tensorflow:2.5.0-gpu-jupyter
  • tensorflow/tensorflow:2.5.1-gpu-jupyter
  • tensorflow/tensorflow:2.6.0-gpu-jupyter

@mohantym mohantym self-assigned this Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:gpu:tensorrt Issues specific to TensorRT stat:awaiting tensorflower Status - Awaiting response from tensorflower TF 2.5 Issues related to TF 2.5 type:bug Bug
Projects
None yet
Development

No branches or pull requests

8 participants