hirofumi0810 / neural_sp

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

Fix CI error #324

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

Updated Makefile for pytorch version + CPU/GPU compatibility.

codecov-commenter commented 3 years ago

Codecov Report

Merging #324 (dd77550) into master (202c667) will increase coverage by 0.00%. The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #324   +/-   ##
=======================================
  Coverage   68.04%   68.05%           
=======================================
  Files          96       96           
  Lines       10835    10837    +2     
=======================================
+ Hits         7373     7375    +2     
  Misses       3462     3462           
Impacted Files Coverage Δ
neural_sp/models/criterion.py 72.41% <66.66%> (+0.98%) :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 202c667...dd77550. Read the comment docs.