From 0063028c8371ceba477f4278041a326eb32d94cc Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Mon, 25 Aug 2014 16:12:33 -0700 Subject: [PATCH] remove warning about LRN layers in CPU mode --- examples/cifar10/cifar10_full_solver.prototxt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/cifar10/cifar10_full_solver.prototxt b/examples/cifar10/cifar10_full_solver.prototxt index 49de3f5..d8e0bb2 100644 --- a/examples/cifar10/cifar10_full_solver.prototxt +++ b/examples/cifar10/cifar10_full_solver.prototxt @@ -23,9 +23,4 @@ max_iter: 60000 snapshot: 10000 snapshot_prefix: "cifar10_full" # solver mode: CPU or GPU -# Note: there seems to be a bug with CPU computation in the pooling layers, -# and changing to solver_mode: CPU may result in NaNs on this example. -# If you want to train a variant of this architecture on the -# CPU, try changing the pooling regions from WITHIN_CHANNEL to ACROSS_CHANNELS -# in both cifar_full_train.prototxt and cifar_full_test.prototxt. solver_mode: GPU -- 2.7.4