Skip to content

Commit 65af7c2

Browse files
authored
update profiler.md
fixes tensorflow/tensorflow#40003
1 parent 5c23ab6 commit 65af7c2

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)