We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f928c8 commit 333057eCopy full SHA for 333057e
ignite/handlers/pytorch_profiler.py
@@ -1,12 +1,13 @@
1
# coding: utf-8
2
-from typing import Any, Callable, Union
3
-import os
4
-from ignite.engine import Engine, Events
5
-import ignite.distributed as idist
6
import datetime
+import os
+from typing import Any, Callable, Union
7
8
import torch
9
+import ignite.distributed as idist
+from ignite.engine import Engine, Events
10
+
11
12
class PyTorchProfiler:
13
"""PyTorch Profiler for performance debugging.
0 commit comments