From 087591a8077e8be88e1c659cc1b67b78e4a39c64 Mon Sep 17 00:00:00 2001 From: Silver-T Date: Wed, 23 May 2018 23:06:58 +1000 Subject: [PATCH] minor changes --- mini_proj/waldo_model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_proj/waldo_model.py b/mini_proj/waldo_model.py index c29b8c4..48e65f1 100644 --- a/mini_proj/waldo_model.py +++ b/mini_proj/waldo_model.py @@ -21,6 +21,7 @@ K.set_image_dim_ordering('th') np.random.seed(7) from keras.utils import to_categorical + ''' Model definition define the network structure '''