hirofumi0810 / neural_sp

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

Fix caching token embedding #264

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #264 (10ee6ee) into master (a684233) will increase coverage by 0.04%. The diff coverage is 67.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   64.17%   64.22%   +0.04%     
==========================================
  Files          85       85              
  Lines       10328    10367      +39     
==========================================
+ Hits         6628     6658      +30     
- Misses       3700     3709       +9     
Impacted Files Coverage Δ
neural_sp/models/lm/gated_convlm.py 10.79% <40.00%> (+0.64%) :arrow_up:
neural_sp/models/lm/transformer_xl.py 90.22% <40.00%> (-0.58%) :arrow_down:
neural_sp/models/seq2seq/decoders/beam_search.py 58.33% <42.85%> (-1.25%) :arrow_down:
neural_sp/models/lm/rnnlm.py 90.50% <50.00%> (-0.58%) :arrow_down:
neural_sp/models/lm/transformerlm.py 89.88% <50.00%> (-0.54%) :arrow_down:
neural_sp/models/lm/lm_base.py 57.89% <66.66%> (-0.22%) :arrow_down:
neural_sp/models/seq2seq/decoders/las.py 49.62% <68.42%> (+0.38%) :arrow_up:
neural_sp/models/seq2seq/decoders/transformer.py 69.73% <75.00%> (+0.47%) :arrow_up:
...eural_sp/models/seq2seq/decoders/rnn_transducer.py 85.81% <92.85%> (+0.14%) :arrow_up:
neural_sp/bin/args_asr.py 97.44% <100.00%> (+0.01%) :arrow_up:
... and 1 more

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 a684233...10ee6ee. Read the comment docs.