Update metaformers.py

pull/1647/head
Fredo Guan 2 years ago
parent f71beadc29
commit 358c4ae7ec

@ -414,7 +414,7 @@ class LayerNormGeneral(nn.Module):
x = x * self.weight
if self.use_bias:
x = x + self.bias
return
return x
class SepConv(nn.Module):
r"""

Loading…
Cancel
Save