simpledet icon indicating copy to clipboard operation
simpledet copied to clipboard

Training speed is very slow

Open 1179021477 opened this issue 5 years ago • 1 comments

@RogerChern I train tridentNet_1x with resnet50 on 4 GPU (a machine with 8 GPU), and I need 2 days. Especially, when others use other left GPUs in my machines, the speed of training my models is slower. Is there any way to make training faster? Like how to construct multi-thread, etc. My machine is TITAN X (Pascal).

1179021477 avatar Feb 17 '20 12:02 1179021477

Our dataloader does use multi-threading to load images. According to your description, you are sharing gpu server with others, then jobs from others may occupy cpu resource in that server, which slow down your training. Also the speed of disk(IOPS) is another major factor should be considered.

xchani avatar Feb 23 '20 20:02 xchani