Translated into English: After completing training with the v4 image provided by “rvc-boss” in autodl, an error message appeared stating: “UserWarning: resource_tracker: There appear to be 20 leaked semaphore objects to clean up at shutdown. warnings.warn('resource_tracker: There appear to be %d '”
To resolve this issue, I have tried: changing GPUs (4090-3080-A100-A4000), switching to the 1006 image, reducing the training set (from 1 hour to 30 minutes, 10 minutes), and decreasing the total_epoch (from 1000 to 200, 20, 10), but none of these solutions worked. Even training a 5-minute training set for 10 rounds resulted in the same error message after training completion, and then there was no index file. When I manually click on the training index, the web indicates training but then there is no response.
使用autodl中的“rvc-boss”提供的v4镜像训练完成后出现错误提示“UserWarning: resource_tracker: There appear to be 20 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '”
为了解决这个问题,我尝试过:更换gpu(4090-3080-A100-A4000),更换1006镜像,减少训练集(从1小时减少到30分钟,10分钟),减少训练轮数(从1000减少到200,20,10),都未能解决,甚至在5分钟的训练集训练10轮,都是在训练完成后出现这个错误提示然后就没有index文件,当我手动点击训练索引时web提示training然后没有任何反应