Open jinweiisgreat opened 1 year ago
Did you solve it?
Hello, I have resolved the issue. The problem was caused by an excessive number of threads loading the data. Therefore, you need to set num_workers to 1. You can add the following to the configuration file:
DATALOADER:
NUM_WORKERS: 1
Hi guys! Have you encountered this problem before? How did you solve it? My environment is Python 3.8+torch1.10+cuda113;reliability == 0.5.6
Thank you!