hirofumi0810 / neural_sp

End-to-end ASR/LM implementation with PyTorch
Apache License 2.0
589 stars 140 forks source link

StableEmit #345

Closed hirofumi0810 closed 2 years ago

hirofumi0810 commented 2 years ago

Add an implementation of https://arxiv.org/abs/2107.00635.

codecov-commenter commented 2 years ago

Codecov Report

Merging #345 (8eff636) into master (a7af639) will increase coverage by 0.03%. The diff coverage is 67.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #345      +/-   ##
==========================================
+ Coverage   68.00%   68.03%   +0.03%     
==========================================
  Files          96       96              
  Lines       10816    10854      +38     
==========================================
+ Hits         7355     7385      +30     
- Misses       3461     3469       +8     
Impacted Files Coverage Δ
neural_sp/models/seq2seq/decoders/build.py 78.94% <ø> (ø)
neural_sp/models/modules/mocha/hma_test.py 20.68% <25.00%> (ø)
neural_sp/models/modules/mocha/hma_train.py 78.94% <50.00%> (-1.61%) :arrow_down:
neural_sp/models/seq2seq/decoders/las.py 53.51% <55.55%> (+0.13%) :arrow_up:
neural_sp/models/modules/mocha/mocha.py 72.84% <56.25%> (-0.21%) :arrow_down:
neural_sp/bin/asr/train.py 65.65% <80.00%> (+0.10%) :arrow_up:
neural_sp/models/seq2seq/speech2text.py 71.46% <80.00%> (+0.06%) :arrow_up:
neural_sp/models/seq2seq/decoders/decoder_base.py 89.21% <92.85%> (+0.45%) :arrow_up:
neural_sp/bin/args_asr.py 96.60% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a7af639...8eff636. Read the comment docs.