hirofumi0810 / neural_sp

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

Fix dtype in relative MHA #335

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

This is for torch>=1.2.

codecov-commenter commented 3 years ago

Codecov Report

Merging #335 (03baea2) into master (f5c05d3) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #335   +/-   ##
=======================================
  Coverage   68.00%   68.00%           
=======================================
  Files          96       96           
  Lines       10803    10803           
=======================================
  Hits         7347     7347           
  Misses       3456     3456           
Impacted Files Coverage Δ
..._sp/models/modules/relative_multihead_attention.py 86.36% <100.00%> (ø)

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 f5c05d3...03baea2. Read the comment docs.