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

python process still running after 'run_infer.sh' #42

Closed
yangliu2 opened this issue Nov 30, 2017 · 2 comments
Closed

python process still running after 'run_infer.sh' #42

yangliu2 opened this issue Nov 30, 2017 · 2 comments

Comments

@yangliu2
Copy link

Each time after I ran 'run_infer.sh' or any of scripts in 'examples/', I can still see python process running when I type 'ps' in terminal. When I run 'nvidia-docker' the GPU memory are still being used. I had to manually 'kill -9' all the python processes. Is this a known issue? Any way of killing these python processes automatically?

@pkuyym
Copy link
Contributor

pkuyym commented Nov 30, 2017

Thanks, we have encountered this problem too and will try to fix it.

For Any way of killing these python processes automatically?, I suggest to use

ps -ef | awk '$3==PROCESS_ID{print $2}' | xargs -I {} kill -9 {}

@yangliu2
Copy link
Author

yangliu2 commented Dec 5, 2017

Thanks. I used 'pkill python'.

@pkuyym pkuyym closed this as completed in #58 Dec 6, 2017
Jackwaterveg pushed a commit to Jackwaterveg/DeepSpeech that referenced this issue Jan 29, 2022
modify run.sh of Mask-RCNN, PaddingRNN, CycleGan
Jackwaterveg pushed a commit to Jackwaterveg/DeepSpeech that referenced this issue Jun 15, 2022
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