Skip to content

Commit 3d0f593

Browse files
Merge pull request #1591 from ymodak:patch-10
PiperOrigin-RevId: 314187071
2 parents f1189cd + 65af7c2 commit 3d0f593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ through either the programmatic mode or the sampling mode.
371371
model.fit(train_data,
372372
steps_per_epoch=20,
373373
epochs=5,
374-
callbacks=[tensorboard_callback])
374+
callbacks=[tb_callback])
375375
```
376376

377377
* Programmatic mode using the `tf.profiler` Function API

0 commit comments

Comments
 (0)