-
Notifications
You must be signed in to change notification settings - Fork 294
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
Model command keeps getting killed. #158
Comments
So, in the tradition of "don't come to me with problems, come to me with solutions" - starting with that the board is a Jetson Nano 2GB (with a 1 TB microSD card): Not sure why everyone else who has run this code managed to do it with smaller swap file sizes, but there you are. |
Well, spoke too soon. Flushed with success, I kept working through the live_demo all the way down to: model_trt = torch2trt.torch2trt(model, [data], fp16_mode=True, max_workspace_size=1<<25) At which point, after a long while, it was killed again. Even increasing the swap file to 32G made no difference. Clearly everyone else who has made this work has not had this problem, so any suggestions would be great :) |
Final note - as an experiment, I increased the swap fill to 256G. Still crashed:
|
After getting all the necessary libraries installed and resolving conflicts, running into the following issue (regardless of model) from live_demo.ipynb. The following was run from the command line to simplify, but gives the same result:
slater@linux:~/trt_pose/tasks/human_pose$ python3
Python 3.6.9 (default, Mar 15 2022, 13:55:28)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
There is so little information there I'm not even sure where to start. Suggestions?
The text was updated successfully, but these errors were encountered: