Skip to content

Commit 70d8901

Browse files
authored
Merge branch 'develop' into fs2_internal_alignment
2 parents 67b1255 + ad46f5b commit 70d8901

177 files changed

Lines changed: 11126 additions & 468 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

recipes/AISHELL-1/ASR/seq2seq/train.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,7 @@ def text_pipeline(wrd):
365365

366366
# Testing
367367
asr_brain.evaluate(
368-
test_data, test_loader_kwargs=hparams["test_dataloader_opts"]
368+
test_data,
369+
test_loader_kwargs=hparams["test_dataloader_opts"],
370+
min_key="CER",
369371
)

0 commit comments

Comments
 (0)