Skip to content

Commit

Permalink
Fix typo (tensorflow#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriko Takahashi authored Jan 3, 2022
1 parent 2643002 commit 0b6409d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion date-conversion-attention/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Node.js-based training script allows you to log the loss values to
[TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard).
Compared to printing loss values to the console, which the
training script performs by default, logging to tensorboard has the following
advantanges:
advantages:

1. Persistence of the loss values, so you can have a copy of the training
history available even if the system crashes in the middle of the training
Expand Down
2 changes: 1 addition & 1 deletion jena-weather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ yarn train-rnn --modelType baseline
The Node.js-based training script allows you to log the loss values from the
model to TensorBoard. Relative to printing loss values to the console, which
the training script performs by default, logging to tensorboard has the
following advantanges:
following advantages:

1. Persistence of the loss values, so you can have a copy of the training
history available even if the system crashes in the middle of the training
Expand Down
2 changes: 1 addition & 1 deletion mnist-acgan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ the generator and the discriminator to
[TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard).
Relative to printing loss values to the console, which the
training script performs by default, logging to tensorboard has the following
advantanges:
advantages:

1. Persistence of the loss values, so you can have a copy of the training
history available even if the system crashes in the middle of the training
Expand Down
2 changes: 1 addition & 1 deletion simple-object-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The Node.js-based training script allows you to log the loss values to
[TensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard).
Compared to printing loss values to the console, which the
training script performs by default, logging to tensorboard has the following
advantanges:
advantages:

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

0 comments on commit 0b6409d

Please sign in to comment.