From d0b9326a352ed2fbc3ae66fdef40b4533a2f211d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 11 Aug 2015 06:22:27 +0000
Subject: [PATCH] Hacks to get nightmare to not break gridsizing

---
 src/normalization_layer.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/normalization_layer.c b/src/normalization_layer.c
index d080559..587ece7 100644
--- a/src/normalization_layer.c
+++ b/src/normalization_layer.c
@@ -90,6 +90,7 @@
 void backward_normalization_layer(const layer layer, network_state state)
 {
     // TODO This is approximate ;-)
+    // Also this should add in to delta instead of overwritting.
 
     int w = layer.w;
     int h = layer.h;

--
Gitblit v1.10.0