Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/model/train-se-e2-r.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The training input script is very similar to that of [`se_e2_a`](train-se-e2-a.m
"rcut_smth": 0.50,
"rcut": 6.00,
"neuron": [5, 10, 20],
"type_one_side": true,
"resnet_dt": false,
"seed": 1,
"_comment": " that's all"
Expand Down
5 changes: 3 additions & 2 deletions doc/train/multi-task-training.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,16 @@ You can first train a multi-task model using input script with the following {re
"rcut_smth": 0.5,
"rcut": 6.0,
"neuron": [25, 50, 100],
"type_one_side": true
},
"fitting_net_dict": {
"water_dipole": {
"type": "dipole",
"neuron": [100, 100, 100],
"neuron": [100, 100, 100]
},
"water_ener": {
"neuron": [240, 240, 240],
"resnet_dt": true,
"resnet_dt": true
}
},
}
Expand Down
1 change: 1 addition & 0 deletions examples/dos/train/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"resnet_dt": false,
"axis_neuron": 8,
"type_one_side": true,
"precision": "float64",
"seed": 1
},
Expand Down
1 change: 1 addition & 0 deletions examples/fparam/train/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"resnet_dt": false,
"axis_neuron": 8,
"type_one_side": true,
"precision": "float64",
"seed": 1
},
Expand Down
1 change: 1 addition & 0 deletions examples/fparam/train/input_aparam.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"resnet_dt": false,
"axis_neuron": 8,
"type_one_side": true,
"precision": "float64",
"seed": 1
},
Expand Down
1 change: 1 addition & 0 deletions examples/nopbc/train/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"resnet_dt": false,
"axis_neuron": 12,
"type_one_side": true,
"seed": 1,
"_comment2": " that's all"
},
Expand Down
1 change: 1 addition & 0 deletions examples/spin/se_e2_a/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water/d3/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water/dplr/train/dw.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 8,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water/dplr/train/ener.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 8,
"type_one_side": true,
"precision": "float64",
"seed": 3458359619,
"_comment2": " that's all"
Expand Down
2 changes: 2 additions & 0 deletions examples/water/hybrid/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
],
"resnet_dt": false,
"axis_neuron": 4,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand All @@ -41,6 +42,7 @@
20
],
"resnet_dt": false,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment3": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water/se_e2_a/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water/se_e2_a/input_torch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"seed": 1,
"_comment": " that's all"
},
Expand Down
1 change: 1 addition & 0 deletions examples/water/se_e2_a_mixed_prec/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"seed": 1,
"_comment2": " that's all"
},
Expand Down
1 change: 1 addition & 0 deletions examples/water/se_e2_r/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
20
],
"resnet_dt": false,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water/zbl/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water_multi_task/ener_dipole/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water_tensor/dipole/dipole_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"resnet_dt": false,
"axis_neuron": 6,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/water_tensor/polar/polar_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"resnet_dt": false,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down
1 change: 1 addition & 0 deletions examples/zinc_protein/zinc_se_a_mask.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"resnet_dt": true,
"axis_neuron": 16,
"type_one_side": true,
"precision": "float64",
"seed": 1,
"_comment2": " that's all"
Expand Down