Closed houweidong closed 5 years ago
The CPU memory can hit 80G where the iteration is about 30000, is there a solution for reducing cpu memory?
@houweidong You can try to reduce DATALOADER.NUM_WORKERS. It can be set as 0.
DATALOADER.NUM_WORKERS
The CPU memory can hit 80G where the iteration is about 30000, is there a solution for reducing cpu memory?