diff options
author | Yung Siang Liau <liauys@gmail.com> | 2014-08-31 01:22:04 +0800 |
---|---|---|
committer | Yung Siang Liau <liauys@gmail.com> | 2014-08-31 01:22:04 +0800 |
commit | 190c43e06adb92c112b122198b093b55706862ec (patch) | |
tree | 21bd3ae004e4b3bd3d9aab94df59c2f0c863a078 /examples | |
parent | 249fd24b02ddb92b209f503a15d84f9d8d4a75d4 (diff) | |
download | caffeonacl-190c43e06adb92c112b122198b093b55706862ec.tar.gz caffeonacl-190c43e06adb92c112b122198b093b55706862ec.tar.bz2 caffeonacl-190c43e06adb92c112b122198b093b55706862ec.zip |
Fix norm_region param in cifar10 deployment net
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cifar10/cifar10_full.prototxt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cifar10/cifar10_full.prototxt b/examples/cifar10/cifar10_full.prototxt index 9e701636..8bbd3000 100644 --- a/examples/cifar10/cifar10_full.prototxt +++ b/examples/cifar10/cifar10_full.prototxt @@ -75,7 +75,6 @@ layers { bottom: "conv2" top: "pool2" pooling_param { - norm_region: WITHIN_CHANNEL pool: AVE kernel_size: 3 stride: 2 @@ -87,6 +86,7 @@ layers { bottom: "pool2" top: "norm2" lrn_param { + norm_region: WITHIN_CHANNEL local_size: 3 alpha: 5e-05 beta: 0.75 |