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

After extractive training, a process on one GPU won't terminate automatically. #70

Open
PolarisRisingWar opened this issue Mar 2, 2022 · 0 comments

Comments

@PolarisRisingWar
Copy link

I've found this process was launched by this command: python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=24, pipe_handle=317) --multiprocessing-fork
The process of extractive training is over. I got the checkpoint which name has tmp_end. But this strange process still occupied one of my gpus and continued running without outputs.
I have to kill it manually. I don't know what caused this problem?

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

1 participant