From 992a16efaaaa9b28867324bf494406d906405c31 Mon Sep 17 00:00:00 2001 From: Emmanuel Benazera Date: Sat, 7 Jan 2017 06:40:58 +0100 Subject: [PATCH] removed dropout in squeezenet deploy --- templates/caffe/squeezenet/deploy.prototxt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates/caffe/squeezenet/deploy.prototxt b/templates/caffe/squeezenet/deploy.prototxt index 98bae35ca..8e64f0a1f 100644 --- a/templates/caffe/squeezenet/deploy.prototxt +++ b/templates/caffe/squeezenet/deploy.prototxt @@ -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"