-
Greetings, I wonder that sleep(2) should be necessary in multi_gpu_test function. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
refer to #666 |
Beta Was this translation helpful? Give feedback.
-
Small magic, this issue is discussed in detailed at open-mmlab/mmcv#1640. |
Beta Was this translation helpful? Give feedback.
-
To summarize, deadlock can occur during dataloader switch and the reason is too many threads compared to CPU cores. |
Beta Was this translation helpful? Give feedback.
Small magic, this issue is discussed in detailed at open-mmlab/mmcv#1640.
I think you can also remove this line if you don't meet the deadlock problem.