Skip to content

Commit

Permalink
correct typo on tf.node.tensorBoard doc (#3243)
Browse files Browse the repository at this point in the history
DOC
  • Loading branch information
avindra authored May 11, 2020
1 parent db180e1 commit 6362cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfjs-node/src/callbacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export interface TensorBoardCallbackArgs {
}

/**
* Callback for logging to TensorBoard durnig training.
* Callback for logging to TensorBoard during training.
*
* Users are expected to access this class through the `tensorBoardCallback()`
* factory method instead.
Expand Down Expand Up @@ -269,7 +269,7 @@ export class TensorBoardCallback extends CustomCallback {
}

/**
* Callback for logging to TensorBoard durnig training.
* Callback for logging to TensorBoard during training.
*
* Writes the loss and metric values (if any) to the specified log directory
* (`logdir`) which can be ingested and visualized by TensorBoard.
Expand Down

0 comments on commit 6362cc8

Please sign in to comment.