Closed tky823 closed 3 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 81.07417%
with 74 lines
in your changes missing coverage. Please review.
Project coverage is 82.59%. Comparing base (
06cd4e9
) to head (4c56122
).
Files | Patch % | Lines |
---|---|---|
audyn/modules/hifigan.py | 74.53% | 69 Missing :warning: |
audyn/modules/convnext.py | 94.59% | 4 Missing :warning: |
audyn/models/wavenext.py | 97.50% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
This PR adds the implementation of ConvNext-related modules. Specifically, WaveNext-based vocoder is added. Furthermore, we refactored HiFi-GAN module.