hirofumi0810 / neural_sp

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

Fix LM dataloader #308

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

Follow-up of #307.

codecov-io commented 3 years ago

Codecov Report

Merging #308 (3fbab30) into master (a4d149c) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #308   +/-   ##
=======================================
  Coverage   67.77%   67.78%           
=======================================
  Files          96       96           
  Lines       10835    10835           
=======================================
+ Hits         7343     7344    +1     
+ Misses       3492     3491    -1     
Impacted Files Coverage Δ
neural_sp/datasets/lm.py 87.64% <100.00%> (+1.12%) :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 a4d149c...3fbab30. Read the comment docs.