From f90202b7deb66fa69d716b89c71134751bedb059 Mon Sep 17 00:00:00 2001 From: Lucky Wong Date: Fri, 11 Dec 2020 11:35:23 +0800 Subject: [PATCH] [fix] fix keyword argument 'use_dynmaic_chunk' error. (#18) --- examples/aishell/s0/conf/train_unified_conformer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aishell/s0/conf/train_unified_conformer.yaml b/examples/aishell/s0/conf/train_unified_conformer.yaml index de48139..6ca9f19 100644 --- a/examples/aishell/s0/conf/train_unified_conformer.yaml +++ b/examples/aishell/s0/conf/train_unified_conformer.yaml @@ -17,7 +17,7 @@ encoder_conf: pos_enc_layer_type: 'rel_pos' selfattention_layer_type: 'rel_selfattn' causal: true - use_dynmaic_chunk: true + use_dynamic_chunk: true # decoder related decoder: transformer