Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions docs/source/_templates/_static/css/ignite_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ article.pytorch-article table.longtable.docutils.align-default tbody td p {
margin-block-start: 0.1em;
margin-block-end: 0.1em;
}

article.pytorch-article div.highlight pre {
white-space: pre;
}
4 changes: 2 additions & 2 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ For details, see :class:`~ignite.engine.events.State`.


Basic time profiling
``````````````````
````````````````````

User can setup :class:`~ignite.contrib.handlers.time_profilers.BasicTimeProfiler` to fetch times spent in data
processing, training step, event handlers:
Expand Down Expand Up @@ -447,7 +447,7 @@ For details, see :class:`~ignite.contrib.handlers.time_profilers.BasicTimeProfil


Event handlers time profiling
``````````````````
`````````````````````````````

If you want to get time breakdown per handler basis then you can setup
:class:`~ignite.contrib.handlers.time_profilers.HandlersTimeProfiler`:
Expand Down