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 0da3c9e commit e27c16bCopy full SHA for e27c16b
timm/models/layers/norm_act.py
@@ -5,11 +5,6 @@
5
import torch
6
from torch import nn as nn
7
from torch.nn import functional as F
8
-try:
9
- from torch.nn.modules._functions import SyncBatchNorm as sync_batch_norm
10
- FULL_SYNC_BN = True
11
-except ImportError:
12
- FULL_SYNC_BN = False
13
14
from .trace_utils import _assert
15
from .create_act import get_act_layer
0 commit comments