This commit is contained in:
mengzhe.cmz 2023-03-23 20:27:37 +08:00
parent b0887f1767
commit 4ec3889be8

View File

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