Closed RattataKing closed 4 months ago
Solve issue where terminating autotune.py with ctrl + c will result script hang. This is caused by parent process died before multiprocessing child process exits.
autotune.py
ctrl + c
Solve issue where terminating
autotune.py
withctrl + c
will result script hang. This is caused by parent process died before multiprocessing child process exits.