From fb7f82a05f03ff51ada78c1ccdefffdf09134524 Mon Sep 17 00:00:00 2001 From: Mike Guo Date: Fri, 18 Jun 2021 14:27:16 +0800 Subject: [PATCH] fix typo in readme --- tb_plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb_plugin/README.md b/tb_plugin/README.md index f518d3a5c..c45a13345 100644 --- a/tb_plugin/README.md +++ b/tb_plugin/README.md @@ -38,7 +38,7 @@ and give optimization recommendations. Also you can learn how to profile your model and generate profiling data from [PyTorch Profiler](https://pytorch.org/tutorials/intermediate/tensorboard_profiler_tutorial.html?highlight=tensorboard). Note: The recommended way to produce profiling data is assigning `torch.profiler.tensorboard_trace_handler` - to `on_trace_ready` on creation of `torch.profiler.schedule`. + to `on_trace_ready` on creation of `torch.profiler.profile`. * Start TensorBoard