tky823 / Audyn

Apache License 2.0
2 stars 0 forks source link

Implementation of ConvNeXt #192

Closed tky823 closed 3 months ago

tky823 commented 3 months ago

Summary

This PR adds the implementation of ConvNext-related modules. Specifically, WaveNext-based vocoder is added. Furthermore, we refactored HiFi-GAN module.

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #192 +/- ## ========================================== + Coverage 82.47% 82.59% +0.12% ========================================== Files 180 183 +3 Lines 16199 16324 +125 ========================================== + Hits 13360 13483 +123 - Misses 2839 2841 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.