Skip to content

Commit

Permalink
drop learning rates and decays from deploy model
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jun 11, 2014
1 parent 9241c68 commit 300f770
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions examples/imagenet/imagenet_deploy.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ layers {
type: CONVOLUTION
bottom: "data"
top: "conv1"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
convolution_param {
num_output: 96
kernel_size: 11
Expand Down Expand Up @@ -52,10 +48,6 @@ layers {
type: CONVOLUTION
bottom: "norm1"
top: "conv2"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
convolution_param {
num_output: 256
pad: 2
Expand Down Expand Up @@ -96,10 +88,6 @@ layers {
type: CONVOLUTION
bottom: "norm2"
top: "conv3"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
convolution_param {
num_output: 384
pad: 1
Expand All @@ -117,10 +105,6 @@ layers {
type: CONVOLUTION
bottom: "conv3"
top: "conv4"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
convolution_param {
num_output: 384
pad: 1
Expand All @@ -139,10 +123,6 @@ layers {
type: CONVOLUTION
bottom: "conv4"
top: "conv5"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
convolution_param {
num_output: 256
pad: 1
Expand Down Expand Up @@ -172,10 +152,6 @@ layers {
type: INNER_PRODUCT
bottom: "pool5"
top: "fc6"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
inner_product_param {
num_output: 4096
}
Expand All @@ -200,10 +176,6 @@ layers {
type: INNER_PRODUCT
bottom: "fc6"
top: "fc7"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
inner_product_param {
num_output: 4096
}
Expand All @@ -228,10 +200,6 @@ layers {
type: INNER_PRODUCT
bottom: "fc7"
top: "fc8"
blobs_lr: 1
blobs_lr: 2
weight_decay: 1
weight_decay: 0
inner_product_param {
num_output: 1000
}
Expand Down

0 comments on commit 300f770

Please sign in to comment.