Skip to content

Commit 0b6409d

Browse files
author
Yuriko Takahashi
authored
Fix typo (#647)
1 parent 2643002 commit 0b6409d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

date-conversion-attention/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Node.js-based training script allows you to log the loss values to
4343
[TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard).
4444
Compared to printing loss values to the console, which the
4545
training script performs by default, logging to tensorboard has the following
46-
advantanges:
46+
advantages:
4747

4848
1. Persistence of the loss values, so you can have a copy of the training
4949
history available even if the system crashes in the middle of the training

jena-weather/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ yarn train-rnn --modelType baseline
6868
The Node.js-based training script allows you to log the loss values from the
6969
model to TensorBoard. Relative to printing loss values to the console, which
7070
the training script performs by default, logging to tensorboard has the
71-
following advantanges:
71+
following advantages:
7272

7373
1. Persistence of the loss values, so you can have a copy of the training
7474
history available even if the system crashes in the middle of the training

mnist-acgan/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ the generator and the discriminator to
6161
[TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard).
6262
Relative to printing loss values to the console, which the
6363
training script performs by default, logging to tensorboard has the following
64-
advantanges:
64+
advantages:
6565

6666
1. Persistence of the loss values, so you can have a copy of the training
6767
history available even if the system crashes in the middle of the training

simple-object-detection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The Node.js-based training script allows you to log the loss values to
6969
[TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard).
7070
Compared to printing loss values to the console, which the
7171
training script performs by default, logging to tensorboard has the following
72-
advantanges:
72+
advantages:
7373

7474
1. Persistence of the loss values, so you can have a copy of the training
7575
history available even if the system crashes in the middle of the training

0 commit comments

Comments
 (0)