From 9514336cc4d5cef4c47e0c272a19998312fc4146 Mon Sep 17 00:00:00 2001 From: Jingyong Hou Date: Thu, 11 Nov 2021 09:57:35 +0800 Subject: [PATCH] formatting --- kws/model/mdtc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kws/model/mdtc.py b/kws/model/mdtc.py index db26493..a5ab929 100644 --- a/kws/model/mdtc.py +++ b/kws/model/mdtc.py @@ -172,8 +172,8 @@ class MDTC(nn.Module): dilated connections is adopted to efficiently model long-range dependency of speech. With a large receptive field while keeping a small number of model parameters, the structure - can model temporal context of speech effectively. It aslo - extracts multi-scale features from different hidden layers + can model temporal context of speech effectively. It aslo + extracts multi-scale features from different hidden layers of MDTC with different receptive fields. """ def __init__(