From f7b4507314258590e805eb974cdf8a8020f35ab2 Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Fri, 11 Jul 2014 23:22:21 -0700 Subject: [PATCH] Add ACCURACY layer and softmax_error output to lenet_consolidated_solver example. --- examples/mnist/lenet_consolidated_solver.prototxt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/mnist/lenet_consolidated_solver.prototxt b/examples/mnist/lenet_consolidated_solver.prototxt index 980f938..42f54e4 100644 --- a/examples/mnist/lenet_consolidated_solver.prototxt +++ b/examples/mnist/lenet_consolidated_solver.prototxt @@ -192,7 +192,6 @@ net_param { bottom: "ip2" bottom: "label" top: "accuracy" - include: { phase: TEST } } layers { name: "loss" -- 2.7.4