hirofumi0810 / neural_sp

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

Fix treatment of block tail for streaming inference #304

Closed hirofumi0810 closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #304 (f1f6ecb) into master (61ba30c) will increase coverage by 0.03%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #304      +/-   ##
==========================================
+ Coverage   68.24%   68.27%   +0.03%     
==========================================
  Files          96       96              
  Lines       10757    10744      -13     
==========================================
- Hits         7341     7336       -5     
+ Misses       3416     3408       -8     
Impacted Files Coverage Δ
neural_sp/models/seq2seq/speech2text.py 72.06% <77.77%> (+0.50%) :arrow_up:
neural_sp/models/seq2seq/frontends/streaming.py 61.01% <100.00%> (+1.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 61ba30c...f1f6ecb. Read the comment docs.