* Some fixes for yolo-v3. * Use the running stats for inference in the batch-norm layer. * Get some proper predictions for yolo. * Avoid the quadratic insertion.
* Add BatchNormalization. * More batch-norm. * Add some validation of the inputs. * More validation.