File tree 5 files changed +702
-576
lines changed
5 files changed +702
-576
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- net: "examples/ hdf5_classification/train_val.prototxt"
2
- test_iter: 1000
1
+ net: "hdf5_classification/train_val.prototxt"
2
+ test_iter: 250
3
3
test_interval: 1000
4
4
base_lr: 0.01
5
5
lr_policy: "step"
@@ -10,5 +10,5 @@ max_iter: 10000
10
10
momentum: 0.9
11
11
weight_decay: 0.0005
12
12
snapshot: 10000
13
- snapshot_prefix: "examples/ hdf5_classification/data/train"
13
+ snapshot_prefix: "hdf5_classification/data/train"
14
14
solver_mode: CPU
Original file line number Diff line number Diff line change 1
- net: "examples/ hdf5_classification/train_val2.prototxt"
2
- test_iter: 1000
1
+ net: "hdf5_classification/train_val2.prototxt"
2
+ test_iter: 250
3
3
test_interval: 1000
4
4
base_lr: 0.01
5
5
lr_policy: "step"
@@ -10,5 +10,5 @@ max_iter: 10000
10
10
momentum: 0.9
11
11
weight_decay: 0.0005
12
12
snapshot: 10000
13
- snapshot_prefix: "examples/ hdf5_classification/data/train"
13
+ snapshot_prefix: "hdf5_classification/data/train"
14
14
solver_mode: CPU
Original file line number Diff line number Diff line change 8
8
phase: TRAIN
9
9
}
10
10
hdf5_data_param {
11
- source: "examples/ hdf5_classification/data/train.txt"
11
+ source: "hdf5_classification/data/train.txt"
12
12
batch_size: 10
13
13
}
14
14
}
@@ -21,7 +21,7 @@ layer {
21
21
phase: TEST
22
22
}
23
23
hdf5_data_param {
24
- source: "examples/ hdf5_classification/data/test.txt"
24
+ source: "hdf5_classification/data/test.txt"
25
25
batch_size: 10
26
26
}
27
27
}
Original file line number Diff line number Diff line change 8
8
phase: TRAIN
9
9
}
10
10
hdf5_data_param {
11
- source: "examples/ hdf5_classification/data/train.txt"
11
+ source: "hdf5_classification/data/train.txt"
12
12
batch_size: 10
13
13
}
14
14
}
@@ -21,7 +21,7 @@ layer {
21
21
phase: TEST
22
22
}
23
23
hdf5_data_param {
24
- source: "examples/ hdf5_classification/data/test.txt"
24
+ source: "hdf5_classification/data/test.txt"
25
25
batch_size: 10
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments