hirofumi0810 / neural_sp

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

Conformer v2 #254

Closed hirofumi0810 closed 3 years ago

hirofumi0810 commented 3 years ago

Flipped convolution module and self-attention, and removed relative positional encoding.

codecov-io commented 3 years ago

Codecov Report

Merging #254 (e9ebf28) into master (39aa18d) will decrease coverage by 0.31%. The diff coverage is 24.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #254      +/-   ##
==========================================
- Coverage   64.59%   64.28%   -0.32%     
==========================================
  Files          84       85       +1     
  Lines       10209    10289      +80     
==========================================
+ Hits         6595     6614      +19     
- Misses       3614     3675      +61     
Impacted Files Coverage Δ
neural_sp/bin/args_asr.py 97.42% <ø> (ø)
...l_sp/models/seq2seq/encoders/conformer_block_v2.py 20.00% <20.00%> (ø)
neural_sp/models/seq2seq/encoders/conformer.py 84.05% <62.50%> (-0.32%) :arrow_down:

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 39aa18d...e9ebf28. Read the comment docs.