From cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1 Mon Sep 17 00:00:00 2001
From: Puneet Kohli <punkohl@gmail.com>
Date: Sun, 06 May 2018 21:45:26 +0000
Subject: [PATCH] Change matplotlib backend to 'agg' when 'show_plot' is false. This allows the script to be run from command line without any errors (for ex, on a remote machine)

---
 src/normalization_layer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/normalization_layer.h b/src/normalization_layer.h
index c90780e..ab32776 100644
--- a/src/normalization_layer.h
+++ b/src/normalization_layer.h
@@ -3,7 +3,7 @@
 
 #include "image.h"
 #include "layer.h"
-#include "params.h"
+#include "network.h"
 
 layer make_normalization_layer(int batch, int w, int h, int c, int size, float alpha, float beta, float kappa);
 void resize_normalization_layer(layer *layer, int h, int w);

--
Gitblit v1.10.0