Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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