Skip to content

Commit

Permalink
add prototxt
Browse files Browse the repository at this point in the history
  • Loading branch information
samson-wang committed Feb 15, 2017
1 parent b7feccb commit e1d5a07
Show file tree
Hide file tree
Showing 3 changed files with 806 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data.prototxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

layer {
name: "data"
type: "ImageData"
top: "data"
top: "label"
transform_param {
mirror: true
# crop_size: 227
# mean_file: "/data/deploy/caffe/data/ilsvrc12/imagenet_mean.binaryproto"
mean_value: 104
mean_value: 117
mean_value: 123
}
image_data_param {
source: "/data/database/conf/celebA.txt"
batch_size: 64
# new_height: 256
# new_width: 256
}
}
Loading

0 comments on commit e1d5a07

Please sign in to comment.