tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.28k stars 630 forks source link

How to reduce the cpu ocupation? #27

Closed houweidong closed 5 years ago

houweidong commented 5 years ago

The CPU memory can hit 80G where the iteration is about 30000, is there a solution for reducing cpu memory?

tianzhi0549 commented 5 years ago

@houweidong You can try to reduce DATALOADER.NUM_WORKERS. It can be set as 0.