Traffic-Light-Detection-Using-YOLOv3
Traffic-Light-Detection-Using-YOLOv3 copied to clipboard
Batch-size
At the readme.md batch-size 2 is proposed. Isn't it really small for this dataset? Do you propose any other values for the batch size, e.g. 16, 32, 64 etc? Thank you in advance
@ilpapds As I remember it it was to work around some GPU memory issue. If you can train with higher batch size, surely go for it.