File tree 4 files changed +4
-4
lines changed
date-conversion-attention
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The Node.js-based training script allows you to log the loss values to
43
43
[ TensorBoard] ( https://www.tensorflow.org/guide/summaries_and_tensorboard ) .
44
44
Compared to printing loss values to the console, which the
45
45
training script performs by default, logging to tensorboard has the following
46
- advantanges :
46
+ advantages :
47
47
48
48
1 . Persistence of the loss values, so you can have a copy of the training
49
49
history available even if the system crashes in the middle of the training
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ yarn train-rnn --modelType baseline
68
68
The Node.js-based training script allows you to log the loss values from the
69
69
model to TensorBoard. Relative to printing loss values to the console, which
70
70
the training script performs by default, logging to tensorboard has the
71
- following advantanges :
71
+ following advantages :
72
72
73
73
1 . Persistence of the loss values, so you can have a copy of the training
74
74
history available even if the system crashes in the middle of the training
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ the generator and the discriminator to
61
61
[ TensorBoard] ( https://www.tensorflow.org/guide/summaries_and_tensorboard ) .
62
62
Relative to printing loss values to the console, which the
63
63
training script performs by default, logging to tensorboard has the following
64
- advantanges :
64
+ advantages :
65
65
66
66
1 . Persistence of the loss values, so you can have a copy of the training
67
67
history available even if the system crashes in the middle of the training
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The Node.js-based training script allows you to log the loss values to
69
69
[ TensorBoard] ( https://www.tensorflow.org/guide/summaries_and_tensorboard ) .
70
70
Compared to printing loss values to the console, which the
71
71
training script performs by default, logging to tensorboard has the following
72
- advantanges :
72
+ advantages :
73
73
74
74
1 . Persistence of the loss values, so you can have a copy of the training
75
75
history available even if the system crashes in the middle of the training
You can’t perform that action at this time.
0 commit comments