hirofumi0810 / neural_sp

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

Internal LM estimation #339

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

Implementation of https://arxiv.org/abs/2011.01991. Currently, LAS is supported only.

codecov-commenter commented 3 years ago

Codecov Report

Merging #339 (29ccd7a) into master (ba79ef3) will decrease coverage by 0.12%. The diff coverage is 36.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
- Coverage   68.14%   68.02%   -0.13%     
==========================================
  Files          96       96              
  Lines       10810    10844      +34     
==========================================
+ Hits         7367     7377      +10     
- Misses       3443     3467      +24     
Impacted Files Coverage Δ
neural_sp/models/seq2seq/decoders/las.py 53.38% <34.69%> (-0.96%) :arrow_down:
neural_sp/bin/args_asr.py 96.58% <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 ba79ef3...29ccd7a. Read the comment docs.