hirofumi0810 / neural_sp

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

Add CI supports for various pytorch versions #326

Closed hirofumi0810 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #326 (825ec8a) into master (1d93b9f) will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
+ Coverage   68.05%   68.07%   +0.02%     
==========================================
  Files          96       96              
  Lines       10837    10827      -10     
==========================================
- Hits         7375     7371       -4     
+ Misses       3462     3456       -6     
Impacted Files Coverage Δ
neural_sp/models/seq2seq/decoders/transformer.py 70.64% <ø> (+0.38%) :arrow_up:
neural_sp/models/seq2seq/encoders/transformer.py 68.71% <ø> (+0.27%) :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 1d93b9f...825ec8a. Read the comment docs.