From 340c55838b56bb98508337f8404e0a74f22a20c2 Mon Sep 17 00:00:00 2001
From: gaochangfeng <54253717+gaochangfeng@users.noreply.github.com>
Date: 星期一, 22 七月 2024 15:28:27 +0800
Subject: [PATCH] EMO_UNK禁用和Merge VAD修复 (#1940)

---
 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