From 7a9c0414b685b6f2ad7538017e2a1215e1e76901 Mon Sep 17 00:00:00 2001
From: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
Date: 星期二, 11 六月 2024 11:42:15 +0800
Subject: [PATCH] Merge pull request #1791 from dtlzhuangz/zhuangzhong_dev
---
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