Menglong Xu
ff4b47f94d
[kws] update cross_entropy loss ( #62 )
...
* [kws] update cross_entropy loss
replace nn.CrossEntropyLoss() with F.cross_entropy()
* format
2022-03-15 19:34:28 +08:00
Binbin Zhang
8943acb51f
[kws] put activation in model, so the activation could be exported in script model
2021-12-15 21:10:27 +08:00
Binbin Zhang
28652a766f
[kws] support fuse and quantization ( #41 )
2021-12-13 19:16:50 +08:00
Binbin Zhang
b55ae111ae
[model] refactor tcn and ds_tcn share the same base class ( #35 )
2021-12-07 10:52:14 +08:00
Binbin Zhang
c7c5bd3edc
[kws] refine tcn and ds_tcp, add batchnorm ( #31 )
...
* [kws] fix seed type
* [kws] refine tcn and ds_tcn, add batch norm
2021-12-06 17:24:48 +08:00
xiaohou
37f56db5af
[exampels] add speechcommand train ( #30 )
...
* [example] added code for training speech command dataset
* update kes_model.py
* update kes_model.py
* format
* format
* add more comments to explain the new classifier designed for speech command classification task
* add copyrigh info
* update copyrigh info of classifier.py
2021-12-06 17:14:33 +08:00
Binbin Zhang
dfe8b2536b
Revert "[recipe] suport speech command dataset ( #21 )" ( #22 )
...
This reverts commit c48c959807e7e80cdd514be9bd019b16e3b816eb.
2021-12-04 13:55:58 +08:00
xiaohou
c48c959807
[recipe] suport speech command dataset ( #21 )
...
* [recipe] suport speech command dataset
* format
* format
* format
* update run.sh
2021-12-03 21:07:42 +08:00
jingyong hou
8ea11dc572
fix bug in checking kernel size, kernel size should be a odd number
2021-12-03 10:25:02 +08:00
xiaohou
5236d42800
Update mdtc.py
2021-11-30 17:14:30 +08:00
xiaohou
b9551bb716
Update mdtc.py
2021-11-30 17:07:01 +08:00
xiaohou
8a50252c64
Update mdtc.py
2021-11-30 17:05:48 +08:00
Jingyong Hou
f642c0952a
update mdtc.py to prevent possible errors and remove useless functions
2021-11-30 16:47:35 +08:00
lxiao336
ba6919baaf
modifications to get the mdtc model torch-scriptable ( #14 )
...
* modifying some implmentations of mdtc to get the model torch-scripting through
* modifications to get the mdtc model torch-scriptable
Co-authored-by: lxiao336 <shawl336@163.com>
2021-11-29 11:15:30 +08:00
jingyong hou
edfc6de743
add results of mdtc
2021-11-19 15:31:11 +08:00
Jingyong Hou
9514336cc4
formatting
2021-11-11 09:57:35 +08:00
Jingyong Hou
603662f152
add a simple intro to MDTC
2021-11-11 09:55:29 +08:00
Jingyong Hou
3326c6d37f
formatting
2021-11-11 09:30:37 +08:00
Jingyong Hou
4db050eb67
add model mdtc for mobvoi-hotword example
2021-11-10 22:13:46 +08:00
Binbin Zhang
aa0b0c11a8
[kws] add kws base code
2021-11-10 18:48:57 +08:00