From 48a894c8e3babed74c2f9ab8832fe6cefe3967aa Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 16 五月 2024 14:50:27 +0800
Subject: [PATCH] Merge branch 'dev_gzf_deepspeed' of github.com:alibaba-damo-academy/FunASR into dev_gzf_deepspeed merge
---
funasr/models/transducer/joint_network.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/funasr/models/transducer/joint_network.py b/funasr/models/transducer/joint_network.py
index 7d424db..955d6a0 100644
--- a/funasr/models/transducer/joint_network.py
+++ b/funasr/models/transducer/joint_network.py
@@ -39,9 +39,7 @@
self.lin_out = torch.nn.Linear(joint_space_size, output_size)
- self.joint_activation = get_activation(
- joint_activation_type
- )
+ self.joint_activation = get_activation(joint_activation_type)
def forward(
self,
--
Gitblit v1.9.1