You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -545,6 +545,7 @@ The bold notation of key (such aas **type_map**) means that it's a necessary key
545
545
| training_iter0_model_path | list of string |["/path/to/model0_ckpt/", ...]| The model used to init the first iter training. Number of element should be equal to `numb_models`|
546
546
| training_init_model | bool | False | Iteration > 0, the model parameters will be initilized from the model trained at the previous iteration. Iteration == 0, the model parameters will be initialized from `training_iter0_model_path`. |
547
547
|**default_training_param**| Dict || Training parameters for `deepmd-kit` in `00.train`. <br /> You can find instructions from here: (https://github.com/deepmodeling/deepmd-kit)..<br /> |
548
+
| dp_compress | bool | false | Use `dp compress` to compress the model. Default is false. |
548
549
| *#Exploration*
549
550
|**model_devi_dt**| Float | 0.002 (recommend) | Timestep for MD |
550
551
| **model_devi_skip** | Integer | 0 | Number of structures skipped for fp in each MD
0 commit comments