hirofumi0810 / neural_sp

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

Fix sort_stop_epoch #317

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

Construct mini-batches so that each mini-batch contains different samples per epoch.

codecov-commenter commented 3 years ago

Codecov Report

Merging #317 (7741e04) into master (7f26697) will decrease coverage by 0.03%. The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #317      +/-   ##
==========================================
- Coverage   67.92%   67.89%   -0.04%     
==========================================
  Files          96       96              
  Lines       10845    10853       +8     
==========================================
+ Hits         7367     7369       +2     
- Misses       3478     3484       +6     
Impacted Files Coverage Δ
neural_sp/datasets/asr/build.py 55.17% <ø> (ø)
neural_sp/datasets/asr/dataloader.py 84.21% <33.33%> (-15.79%) :arrow_down:
neural_sp/datasets/asr/sampler.py 86.11% <77.77%> (ø)

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 7f26697...7741e04. Read the comment docs.