-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Segmentation fault (core dumped) while trying to convert to TensorRT on Jetson Nano #496
Comments
Could you provide more information about the error? like the tensorrt log |
After I ran trt.py it only shows the segmentation fault error |
How to add tensorrt log? |
in trt.py change max_workspace_size=(1 << 32) into max_workspace_size=(1 << 28), or smaller, in order to reduce memory usage. |
Thank you. Reduced the max workspace size and it works. |
More matched issue is: |
@yusufpraditya could you provide more details please? |
Hi, I'm trying to export my custom model to TensorRT on Jetson Nano, but when I tried this command:
python3 tools/trt.py -f ~/project/YOLOX/exps/default/yolox_s.py -c best_ckpt.pth.tar
It throws an error:
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: