Understanding darknet’s yolo.cfg config files
Here is my current understanding of some of the variables. Not necessarily correct though: [net] batch: That many images+labels are used in the forward pass to compute a gradient and update the weights via backpropagation. subdivisions: The batch is subdivided in this many “blocks”. The images of a block are ran in parallel on the … Read more