Skip to content

Commit

Permalink
Updated the paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brodyh committed Feb 12, 2015
1 parent 84fd820 commit 7acf99d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/brody/train_val_driving_normalization.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ layers {
top: "data"
top: "label"
data_param {
source: "driving_train_rgb"
source: "/deep/u/willsong/caffe/driving_train_rgb"
backend: LMDB
batch_size: 10
}
transform_param {
mean_file: "driving_mean_rgb.binaryproto"
mean_file: "/deep/u/willsong/caffe/driving_mean_rgb.binaryproto"
}
include: { phase: TRAIN }
}
Expand All @@ -24,12 +24,12 @@ layers {
top: "data"
top: "label"
data_param {
source: "driving_test_rgb"
source: "/deep/u/willsong/caffe/driving_test_rgb"
backend: LMDB
batch_size: 10
}
transform_param {
mean_file: "driving_mean_rgb.binaryproto"
mean_file: "/deep/u/willsong/caffe/driving_mean_rgb.binaryproto"
}
include: { phase: TEST }
}
Expand Down

0 comments on commit 7acf99d

Please sign in to comment.