We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ca4d3 commit e538ec7Copy full SHA for e538ec7
src/lightning/pytorch/profilers/pytorch.py
@@ -282,7 +282,8 @@ def __init__(
282
283
table_kwargs: Dictionary with keyword arguments for the summary table.
284
285
- \**profiler_kwargs: Keyword arguments for the PyTorch profiler. This depends on your PyTorch version
+ \**profiler_kwargs: Keyword arguments for the :class:`Pytorch profiler <torch.profiler.profile>`.
286
+ The exact available options depend on your PyTorch version.
287
288
Raises:
289
MisconfigurationException:
0 commit comments