lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

Ram (not cuda) was increasing while training until it was forced to kill, not sure how to fix it? #221

Open littlewhite152 opened 1 year ago

littlewhite152 commented 1 year ago

When I use the voc dataset it works fine, but when I switch back to the coco dataset it happens. 1672632903907

Isalia20 commented 1 year ago

Try to use less num_workers or num_workers=0 in config file. Include this in training config file: DATA_LOADER: NUM_WORKERS: 0