-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.json
66 lines (65 loc) · 1.37 KB
/
base.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"model": {
"type_map": [
"B",
"C"
],
"descriptor": {
"type": "se_e2_a",
"sel": "auto:1.5",
"rcut": 4.50,
"rcut_smth": 1.00,
"neuron": [
50,
100
],
"axis_neuron": 16,
"seed": 1
},
"fitting_net": {
"type": "ener",
"neuron": [
150,
150,
150
],
"activation_function": "relu",
"seed": 1
}
},
"learning_rate": {
"type": "exp",
"start_lr": 0.001,
"stop_lr": 0.0001,
"decay_steps": 5
},
"loss": {
"type": "ener",
"start_pref_e": 1,
"limit_pref_e": 1,
"start_pref_f": 1000,
"limit_pref_f": 1000,
"start_pref_v": 5,
"limit_pref_v": 5
},
"training": {
"training_data": {
"systems": "/blue/subhash/kimia.gh/data/B4C/small_strain_data/virials/training_data/"
},
"validation_data": {
"systems": "/blue/subhash/kimia.gh/data/B4C/small_strain_data/virials/validation_data/"
},
"numb_steps": 100,
"seed": 1,
"disp_file": "lcurve.out",
"disp_freq": 10,
"save_freq": 10,
"save_ckpt": "model_ckpt",
"disp_training": true,
"profiling": true,
"profiling_file": "profile",
"tensorboard": true,
"tensorboard_log_dir": "tensorboard_log_dir",
"tensorboard_freq": 500
}
}