SeanCho1996

Results 1 issues of SeanCho1996

Hi, I noticed that the finish procedure in `MultiThreadedAumenter` uses the `terminate()` method of `Process` to end the child process by sending SIGTERM. https://github.com/MIC-DKFZ/batchgenerators/blob/01f225d843992eec5467c109875accd6ea955155/batchgenerators/dataloading/multi_threaded_augmenter.py#L273-L275 In my project, my main process...