Skip to content

Commit 46565cf

Browse files
committed
Merge branch 'develop' of https://github.com/speechbrain/speechbrain into develop
2 parents 3c72078 + 94bb75b commit 46565cf

File tree

162 files changed

+10206
-344
lines changed

Some content is hidden

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

162 files changed

+10206
-344
lines changed

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)