mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
b0887f1767
commit
4ec3889be8
@ -24,8 +24,8 @@ class ESPnetPunctuationModel(AbsESPnetModel):
|
||||
|
||||
# ignore_id may be assumed as 0, shared with CTC-blank symbol for ASR.
|
||||
self.ignore_id = ignore_id
|
||||
if self.punc_model.with_vad():
|
||||
print("This is a vad puncuation model.")
|
||||
#if self.punc_model.with_vad():
|
||||
# print("This is a vad puncuation model.")
|
||||
|
||||
def nll(
|
||||
self,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user