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 a4e27da64b
decoder with ctc prefix score
3 years ago
..
__init__.py
activation.py
attention.py tensor.size to tensor.shape 3 years ago
cmvn.py
conformer_convolution.py
crf.py
ctc.py fix the bug of import ctc decoder 3 years ago
decoder.py decoder with ctc prefix score 3 years ago
decoder_layer.py
embedding.py tensor.size to tensor.shape 3 years ago
encoder.py bool logical, sum and multiply op; ctc grad norm; support old and new pd api 3 years ago
encoder_layer.py
loss.py refactor trainer.py and rm ueseless dir setup code 3 years ago
mask.py decoder with ctc prefix score 3 years ago
positionwise_feed_forward.py
subsampling.py