Skip to content

Commit

Permalink
Removed unnecessary LMDB param
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Simon committed Dec 11, 2016
1 parent 2f184ff commit 2d5c40e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ResNet_preact/ResNet50_cvgj/train.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ layer {
mirror: true
crop_size: 224
}
data_param {
source: "/home/atlas3_ssd/simon/ilsvrc12/train_lmdb/"
batch_size: 16
backend: LMDB
}
image_data_param {
source: "/home/atlas2_ssd/simon/ilsvrc12/train.txt"
batch_size: 16
Expand All @@ -34,11 +29,6 @@ layer {
mirror: false
crop_size: 224
}
data_param {
source: "/home/atlas3_ssd/simon/ilsvrc12/val_lmdb/"
batch_size: 10
backend: LMDB
}
image_data_param {
source: "/home/atlas2_ssd/simon/ilsvrc12/val.txt"
batch_size: 10
Expand Down

0 comments on commit 2d5c40e

Please sign in to comment.