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
2 changes: 1 addition & 1 deletion tb_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down