Skip to content

Commit 746b891

Browse files
soline-blebrice
andauthored
Update docs/userguides/profiling/using_tensorboard_and_pytorch_profiler.md
Co-authored-by: Fabrice Normandin <normandf@mila.quebec>
1 parent 3649283 commit 746b891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguides/profiling/using_tensorboard_and_pytorch_profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ profiler.step()
143143
profiler.stop()
144144
```
145145

146-
This results in the following code (ready for use):
146+
Putting all of this together, here is an example you can run directly:
147147
```python
148148
import os
149149
import torch

0 commit comments

Comments
 (0)