funasr/models/transformer/positionwise_feed_forward.py @@ -46,4 +46,3 @@ x = self.activation(self.w_1(x)) x = self.w_2(self.norm(x)) return x