hirofumi0810 / neural_sp

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

Add missing torch.no_grad() to streaming inference #300

Closed hirofumi0810 closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #300 (a828be6) into master (02bb7d6) will increase coverage by 0.00%. The diff coverage is 69.04%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #300   +/-   ##
=======================================
  Coverage   68.33%   68.34%           
=======================================
  Files          96       96           
  Lines       10727    10727           
=======================================
+ Hits         7330     7331    +1     
+ Misses       3397     3396    -1     
Impacted Files Coverage Δ
neural_sp/models/seq2seq/speech2text.py 71.61% <69.04%> (+0.22%) :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 02bb7d6...a828be6. Read the comment docs.