5 Commits

Author SHA1 Message Date
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
f86a797b10
[kws] add static quantize (#44)
* [kws] add static quantize

* refine lint error in shuffle_list.py

* refine lint

* fix topo
2021-12-14 14:32:54 +08:00
Menglong Xu
1eda27647b
[fix bug] add sigmoid() in score.py (#37)
The sigmoid() in kws/model/kws_model.py:KWSModel() was moved into kws/model/loss.py:max_pooling_loss()
To compute the posterior score correctly, the sigmoid() should also be added to kws/bin/score.py:main()
2021-12-08 13:41:20 +08:00
jingyong hou
a681a8c931 [fix bug] resolve bugs in score.py 2021-11-21 23:20:16 +08:00
Binbin Zhang
aa0b0c11a8 [kws] add kws base code 2021-11-10 18:48:57 +08:00