diff --git a/deepmd/entrypoints/train.py b/deepmd/entrypoints/train.py index 552477dd13..5703324ac0 100755 --- a/deepmd/entrypoints/train.py +++ b/deepmd/entrypoints/train.py @@ -75,7 +75,7 @@ def train( Raises ------ RuntimeError - if distributed training job nem is wrong + if distributed training job name is wrong """ run_opt = RunOptions( init_model=init_model, diff --git a/deepmd/train/run_options.py b/deepmd/train/run_options.py index 3d4e5e599e..9cf8095edb 100644 --- a/deepmd/train/run_options.py +++ b/deepmd/train/run_options.py @@ -54,7 +54,7 @@ class RunOptions: - """Class with inf oon how to run training (cluster, MPI and GPU config). + """Class with info on how to run training (cluster, MPI and GPU config). Attributes ----------