|
| 1 | +{ |
| 2 | + "with_distrib": false, |
| 3 | + "_comment": " model parameters", |
| 4 | + "use_smooth": false, |
| 5 | + "sel_a": [16, 32], |
| 6 | + "sel_r": [30, 60], |
| 7 | + "rcut": 6.00, |
| 8 | + "axis_rule": [0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0], |
| 9 | + "_comment": " default rule: []", |
| 10 | + "_comment": " user defined rule: for each type provides two axes, ", |
| 11 | + "_comment": " for each axis: (a_or_r, type, idx)", |
| 12 | + "_comment": " if type < 0, exclude type -(type+1)", |
| 13 | + "_comment": " for water (O:0, H:1) it can be", |
| 14 | + "_comment": " [0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0]", |
| 15 | + "fitting_neuron": [240, 120, 60, 30, 10], |
| 16 | + |
| 17 | + "_comment": " traing controls", |
| 18 | + "systems": ["../data/"], |
| 19 | + "set_prefix": "set", |
| 20 | + "stop_batch": 1000000, |
| 21 | + "batch_size": [4], |
| 22 | + "start_lr": 0.001, |
| 23 | + "decay_steps": 5000, |
| 24 | + "decay_rate": 0.95, |
| 25 | + |
| 26 | + "start_pref_e": 0.02, |
| 27 | + "limit_pref_e": 8, |
| 28 | + "start_pref_f": 1000, |
| 29 | + "limit_pref_f": 1, |
| 30 | + "start_pref_v": 0, |
| 31 | + "limit_pref_v": 0, |
| 32 | + |
| 33 | + "seed": 1, |
| 34 | + |
| 35 | + "_comment": " display and restart", |
| 36 | + "_comment": " frequencies counted in batch", |
| 37 | + "disp_file": "lcurve.out", |
| 38 | + "disp_freq": 100, |
| 39 | + "numb_test": 10, |
| 40 | + "save_freq": 1000, |
| 41 | + "save_ckpt": "model.ckpt", |
| 42 | + "disp_training": true, |
| 43 | + "time_training": true, |
| 44 | + |
| 45 | + "_comment": "that's all" |
| 46 | +} |
| 47 | + |
0 commit comments