Skip to content

Commit

Permalink
removed dropout in squeezenet deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Jan 7, 2017
1 parent 75b9fe9 commit 992a16e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions templates/caffe/squeezenet/deploy.prototxt
Expand Up @@ -509,15 +509,6 @@ layer {
bottom: "fire9/expand3x3"
top: "fire9/concat"
}
layer {
name: "drop9"
type: "Dropout"
bottom: "fire9/concat"
top: "fire9/concat"
dropout_param {
dropout_ratio: 0.5
}
}
layer {
name: "conv10"
type: "Convolution"
Expand Down

0 comments on commit 992a16e

Please sign in to comment.