Skip to content

multiple process aren't terminated  #39

@ayziksha

Description

@ayziksha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions