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.
2 parents e481089 + e04e929 commit b594741Copy full SHA for b594741
torch/distributed/fsdp/_utils.py
@@ -9,6 +9,7 @@
9
_is_namedtuple,
10
)
11
from torch.nn.utils.rnn import PackedSequence
12
+from torch.utils._mode_utils import no_dispatch
13
14
15
def _contains_batchnorm(module):
0 commit comments