-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsolver.prototxt
More file actions
40 lines (32 loc) · 776 Bytes
/
solver.prototxt
File metadata and controls
40 lines (32 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 123645638 training positions.
# 5151909 testing positions.
# 482 990 x 256
# 20 125 x 256
# The train/test net protocol buffer definition
net: "train-test.prototxt"
# test_iter specifies how many forward passes the test should carry out.
# 1/10th total test items
test_iter: 2000
# Carry out testing every n training iterations.
# every 1/10th epoch
test_interval: 50000
base_lr: 0.001
momentum: 0.9
#weight_decay: 0.0004
lr_policy: "fixed"
#lr_policy: "poly"
#power: 1.0
# Display every n iterations
display: 10000
average_loss: 10000
# The total number of iterations
# 100 epoch
max_iter: 48299000
# snapshot intermediate results
snapshot: 50000
snapshot_prefix: "snapshot"
# solver mode: CPU or GPU
type: Nesterov
#type: "Adam"
#type: "SGD"
solver_mode: GPU