bennycheung / Food100_YOLO_Tools

Python tools and configuration files for Food100 dataset DarkNet YOLO training
56 stars 22 forks source link

Speed #3

Open Mahibro opened 5 years ago

Mahibro commented 5 years ago

1) How do i speed up my training?I have gpu 15gb,am training it on cloud.

bennycheung commented 5 years ago

Additional GPU VRAM does not help to speed up training, except that you can train with larger batch size. In order to speed up training, if using multiple GPUs is an option, you need to tune the darknet configuration file to use multiple GPUs (which I did not try myself). Let me know if you can train with multiple GPUs on darknet! Cheers