hirofumi0810 / neural_sp

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

Remove redundant lines for DDP #316

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

Use the native DDP class.

codecov-io commented 3 years ago

Codecov Report

Merging #316 (7f26697) into master (0baea0b) will increase coverage by 0.10%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
+ Coverage   67.82%   67.92%   +0.10%     
==========================================
  Files          96       96              
  Lines       10865    10845      -20     
==========================================
- Hits         7369     7367       -2     
+ Misses       3496     3478      -18     
Impacted Files Coverage Δ
neural_sp/models/data_parallel.py 53.84% <0.00%> (+12.86%) :arrow_up:
neural_sp/bin/asr/train.py 65.40% <50.00%> (+0.09%) :arrow_up:
neural_sp/bin/lm/train.py 72.64% <50.00%> (+0.11%) :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 0baea0b...7f26697. Read the comment docs.