from local
This commit is contained in:
parent
27a42630c6
commit
98748964b4
Binary file not shown.
@ -80,5 +80,7 @@ class ConvolutionModule(nn.Module):
|
||||
x = self.pointwise_conv2(x)
|
||||
x = x.transpose(1, 2)
|
||||
x = self.layer_norm(x)
|
||||
|
||||
x += residual
|
||||
|
||||
return x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user