We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08e6cd commit 40197edCopy full SHA for 40197ed
src/lightning/pytorch/profilers/pytorch.py
@@ -240,9 +240,8 @@ def __init__(
240
table_kwargs: Optional[Dict[str, Any]] = None,
241
**profiler_kwargs: Any,
242
) -> None:
243
- r"""This profiler uses PyTorch's Autograd Profiler and lets you inspect the cost of.
244
-
245
- different operators inside your model - both on the CPU and GPU
+ r"""This profiler uses PyTorch's Autograd Profiler and lets you inspect the cost of
+ different operators inside your model - both on the CPU and GPU.
246
247
Args:
248
dirpath: Directory path for the ``filename``. If ``dirpath`` is ``None`` but ``filename`` is present, the
0 commit comments