Add ACCURACY layer and softmax_error output to lenet_consolidated_solver
authorJeff Donahue <jeff.donahue@gmail.com>
Sat, 12 Jul 2014 06:22:21 +0000 (23:22 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Wed, 13 Aug 2014 20:22:09 +0000 (13:22 -0700)
example.

examples/mnist/lenet_consolidated_solver.prototxt

index 980f938..42f54e4 100644 (file)
@@ -192,7 +192,6 @@ net_param {
     bottom: "ip2"
     bottom: "label"
     top: "accuracy"
-    include: { phase: TEST }
   }
   layers {
     name: "loss"