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

multiple process aren't terminated #39

Open
ayziksha opened this issue Jun 30, 2020 · 0 comments
Open

multiple process aren't terminated #39

ayziksha opened this issue Jun 30, 2020 · 0 comments

Comments

@ayziksha
Copy link

Hi,
Thank you for a very nice work.
I have noticed that after the training is over, the multiple processes aren't terminated.
Lines 370-372 in model.py:
for p in jobs:
p.join()
p.terminate()

I have "solved" the issue by masking the p.join() line but I guess this is not the optimal solution.
Can fix the issue?

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