You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/deepspeech/modules
Hui Zhang 6569ce123d
lm embed and format code
3 years ago
..
__init__.py Support paddle 2.x (#538) 3 years ago
activation.py fix activation 3 years ago
attention.py tensor.size to tensor.shape 3 years ago
cmvn.py E2E/Streaming Transformer/Conformer ASR (#578) 3 years ago
conformer_convolution.py fix mask for bool type; fix other 3 years ago
crf.py replace list zip by stack 3 years ago
ctc.py format code 3 years ago
decoder.py recog into decoders, format code 3 years ago
decoder_layer.py fix bugs 3 years ago
embedding.py lm embed and format code 3 years ago
encoder.py lm embed and format code 3 years ago
encoder_layer.py add transformer lm and encoder score api 3 years ago
loss.py not change ctc grad manual 3 years ago
mask.py recog into decoders, format code 3 years ago
positionwise_feed_forward.py E2E/Streaming Transformer/Conformer ASR (#578) 3 years ago
subsampling.py format code 3 years ago