Joseph Redmon
2015-07-31 0b4c38f631db13e2db18423e9a12ec4885f03b8b
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;