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 b38884b commit 4f91877Copy full SHA for 4f91877
torchtnt/utils/event.py
@@ -4,6 +4,8 @@
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
6
7
+# pyre-strict
8
+
9
from dataclasses import dataclass, field
10
from typing import Dict, Union
11
torchtnt/utils/event_handlers.py
@@ -5,6 +5,8 @@
import logging
import random
12
from contextlib import contextmanager
0 commit comments