From d2e13af377e953a39544f893acdc065a8e538096 Mon Sep 17 00:00:00 2001
From: smohan-speech <smohan@mail.ustc.edu.cn>
Date: 星期四, 11 五月 2023 17:15:02 +0800
Subject: [PATCH] update run.sh and readme
---
funasr/bin/punctuation_infer.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/funasr/bin/punctuation_infer.py b/funasr/bin/punctuation_infer.py
index dd28ef8..077814d 100644
--- a/funasr/bin/punctuation_infer.py
+++ b/funasr/bin/punctuation_infer.py
@@ -61,7 +61,6 @@
text_name="text",
non_linguistic_symbols=train_args.non_linguistic_symbols,
)
- print("start decoding!!!")
@torch.no_grad()
def __call__(self, text: Union[list, str], split_size=20):
@@ -223,7 +222,6 @@
result, _ = text2punc(line)
item = {'key': key, 'value': result}
results.append(item)
- print(results)
return results
for inference_text, _, _ in data_path_and_name_and_type:
--
Gitblit v1.9.1