Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and coderabbitai[bot] authored Nov 12, 2024
1 parent 46c22c5 commit e68fbb2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/model/dpa2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ otherwise the communication between GPU cards falls back to the slower CPU imple

DPA-2 supports both the [standard data format](../data/system.md) and the [mixed type data format](../data/system.md#mixed-type).

## Tyoe embedding
## Type embedding

Type embedding is within this descriptor with the {ref}`tebd_dim <model[standard]/descriptor[dpa2]/tebd_dim>` argument.

Expand Down
2 changes: 1 addition & 1 deletion doc/model/train-hybrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A complete training input script of this example can be found in the directory
$deepmd_source_dir/examples/water/hybrid/input.json
```

## Tyoe embedding
## Type embedding

Type embedding is different between the TensorFlow backend and other backends.
In the TensorFlow backend, all descriptors share the same descriptor that defined in the model level.
Expand Down
2 changes: 1 addition & 1 deletion doc/model/train-se-a-mask.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ And the `loss` section in the training input script should be set as follows.
}
```

## Tyoe embedding
## Type embedding

Same as [`se_e2_a`](./train-se-e2-a.md).

Expand Down
2 changes: 1 addition & 1 deletion doc/model/train-se-e3-tebd.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The training input script is very similar to that of [`se_e2_a`](train-se-e2-a.m

The type of the descriptor is set by the key {ref}`type <model[standard]/descriptor/type>`.

## Tyoe embedding
## Type embedding

Type embedding is within this descriptor with the {ref}`tebd_dim <model[standard]/descriptor[se_e3_tebd]/tebd_dim>` argument.

Expand Down
2 changes: 1 addition & 1 deletion doc/model/train-se-e3.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The training input script is very similar to that of [`se_e2_a`](train-se-e2-a.m

The type of the descriptor is set by the key {ref}`type <model[standard]/descriptor/type>`.

## Tyoe embedding
## Type embedding

Use [`se_e3_tebd`](./train-se-e3-tebd.md) for type embedding support.

Expand Down

0 comments on commit e68fbb2

Please sign in to comment.