From ace5aeb0f59fdceb99e607af9780added20da37c Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 24 Jan 2014 22:51:17 +0000
Subject: [PATCH] MNIST connected network showing off matrices

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

diff --git a/src/parser.c b/src/parser.c
index dc1db2b..eeb6f93 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -107,6 +107,8 @@
         ++count;
         n = n->next;
     }   
+    net.outputs = get_network_output_size(net);
+    net.output = get_network_output(net);
     return net;
 }
 

--
Gitblit v1.10.0