From 50b2668019a90651321d53764e2d932b28207242 Mon Sep 17 00:00:00 2001
From: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
Date: 星期二, 28 五月 2024 17:46:30 +0800
Subject: [PATCH] Merge pull request #1763 from coolEphemeroptera/main
---
funasr/models/sanm/positionwise_feed_forward.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/funasr/models/sanm/positionwise_feed_forward.py b/funasr/models/sanm/positionwise_feed_forward.py
index 7125854..e28ba88 100644
--- a/funasr/models/sanm/positionwise_feed_forward.py
+++ b/funasr/models/sanm/positionwise_feed_forward.py
@@ -9,7 +9,6 @@
from funasr.models.transformer.layer_norm import LayerNorm
-
class PositionwiseFeedForwardDecoderSANM(torch.nn.Module):
"""Positionwise feed forward layer.
--
Gitblit v1.9.1