From aa8453b0b0723d95ac9648fdec233efbc8aa3437 Mon Sep 17 00:00:00 2001 From: Rhys Goodall Date: Tue, 22 Feb 2022 11:19:40 -0800 Subject: [PATCH] typo: 'productive' -> 'production' --- doc/model/train-fitting-tensor.md | 2 +- doc/train/training.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/model/train-fitting-tensor.md b/doc/model/train-fitting-tensor.md index d67ad244da..4074316186 100644 --- a/doc/model/train-fitting-tensor.md +++ b/doc/model/train-fitting-tensor.md @@ -7,7 +7,7 @@ $deepmd_source_dir/examples/water_tensor/dipole/dipole_input.json $deepmd_source_dir/examples/water_tensor/polar/polar_input.json ``` -The training and validation data are also provided our examples. But note that **the data provided along with the examples are of limited amount, and should not be used to train a productive model.** +The training and validation data are also provided our examples. But note that **the data provided along with the examples are of limited amount, and should not be used to train a production model.** Similar to the `input.json` used in `ener` mode, training json is also divided into `model`, `learning_rate`, `loss` and `training`. Most keywords remains the same as `ener` mode, and their meaning can be found [here](train-se-e2-a.md). To fit a tensor, one need to modify `model.fitting_net` and `loss`. diff --git a/doc/train/training.md b/doc/train/training.md index b9c6bd4cb8..d49e0525e4 100644 --- a/doc/train/training.md +++ b/doc/train/training.md @@ -59,4 +59,4 @@ plt.show() Checkpoints will be written to files with prefix `save_ckpt` every `save_freq` training steps. ## Warning -It is warned that the example water data (in folder `examples/water/data`) is of very limited amount, is provided only for testing purpose, and should not be used to train a productive model. \ No newline at end of file +It is warned that the example water data (in folder `examples/water/data`) is of very limited amount, is provided only for testing purpose, and should not be used to train a production model. \ No newline at end of file