summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
authorSergio Guadarrama <sguada@gmail.com>2014-09-26 16:35:21 -0700
committerSergio <sguada@gmail.com>2014-10-03 16:42:31 -0700
commitb07a54fc36a4751c7181ba9a8a155be77cc35596 (patch)
tree9b508e9daf2865e3cdbe12a95ba0d6edba2d7959 /models
parent8a6d348bed4e25161a6146c394499f0f9ba7054d (diff)
downloadcaffe-b07a54fc36a4751c7181ba9a8a155be77cc35596.tar.gz
caffe-b07a54fc36a4751c7181ba9a8a155be77cc35596.tar.bz2
caffe-b07a54fc36a4751c7181ba9a8a155be77cc35596.zip
Fixed crop error and add test_data_transformer
Make lint happy Fix Name conventions
Diffstat (limited to 'models')
-rw-r--r--models/bvlc_reference_caffenet/train_val.prototxt13
1 files changed, 2 insertions, 11 deletions
diff --git a/models/bvlc_reference_caffenet/train_val.prototxt b/models/bvlc_reference_caffenet/train_val.prototxt
index 6cfeab10..073d8aef 100644
--- a/models/bvlc_reference_caffenet/train_val.prototxt
+++ b/models/bvlc_reference_caffenet/train_val.prototxt
@@ -330,20 +330,11 @@ layers {
}
}
layers {
- name: "top-1"
+ name: "accuracy"
type: ACCURACY
bottom: "fc8"
bottom: "label"
- top: "top-1"
- include: { phase: TEST }
-}
-layers {
- name: "top-5"
- type: ACCURACY
- bottom: "fc8"
- bottom: "label"
- top: "top-5"
- accuracy_param: { top_k: 5 }
+ top: "accuracy"
include: { phase: TEST }
}
layers {