Skip to content

Commit

Permalink
remove train_param from examples, which was deprecated in #68 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jul 11, 2022
1 parent 32a9996 commit 2a7e1b8
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ In `PARAM`, you can specialize the task as you expect.

"_comment": " that's all ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param": {
"model": {
"type_map": [
Expand Down Expand Up @@ -1015,7 +1014,6 @@ Here is an example of `param.json` for QM7 dataset:
"auto"
],
"numb_models": 4,
"train_param": "input.json",
"default_training_param": {
"model": {
"type_map": [
Expand Down
1 change: 0 additions & 1 deletion doc/run/example-of-param.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ The training related keys in param.json are given as follows

```json
"numb_models": 4,
"train_param": "input.json",
"default_training_param": {
},
```
Expand Down
1 change: 0 additions & 1 deletion dpgen/generator/ch4/param.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
"_comment": " that's all ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param": {
"_comment": "that's all",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion examples/run/deprecated/param-h2oscan-vasp.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion examples/run/deprecated/param-mg-vasp-ucloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion examples/run/deprecated/param-mg-vasp.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion examples/run/deprecated/param-pyridine-pwscf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion examples/run/dp1.x_lammps_gaussian/dodecane/dodecane.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"sys_format":"lammps/lmp",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"model":{
"type_map": ["C","H"],
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-mg-vasp-diy.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-mg-vasp-old.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-mg-vasp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-mgo-cp2k-exinput.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-pyridine-cp2k.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-pyridine-gaussian.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-pyridine-pwmat.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-pyridine-pwscf-old.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-pyridine-pwscf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down
1 change: 0 additions & 1 deletion tests/generator/param-pyridine-siesta.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

"_comment": " 00.train ",
"numb_models": 4,
"train_param": "input.json",
"default_training_param" : {
"_comment": " model parameters",
"use_smooth": true,
Expand Down

0 comments on commit 2a7e1b8

Please sign in to comment.