From 4fb44fb3303be289b37dcdeafd423e0fa995265c Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期三, 08 三月 2023 16:29:33 +0800
Subject: [PATCH] update timestamp pipeline

---
 funasr/models/e2e_asr_paraformer.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/funasr/models/e2e_asr_paraformer.py b/funasr/models/e2e_asr_paraformer.py
index 5786bc4..8439f40 100644
--- a/funasr/models/e2e_asr_paraformer.py
+++ b/funasr/models/e2e_asr_paraformer.py
@@ -978,6 +978,7 @@
         loss, stats, weight = force_gatherable((loss, stats, batch_size), loss.device)
         return loss, stats, weight
 
+
 class ContextualParaformer(Paraformer):
     """
     Paraformer model with contextual hotword

--
Gitblit v1.9.1