Skip to content

Comments

Fix mel_spectogram for newer pytorch versions#176

Open
TheDevloper2023 wants to merge 17 commits intojik876:masterfrom
TheDevloper2023:patch-1
Open

Fix mel_spectogram for newer pytorch versions#176
TheDevloper2023 wants to merge 17 commits intojik876:masterfrom
TheDevloper2023:patch-1

Conversation

@TheDevloper2023
Copy link

@TheDevloper2023 TheDevloper2023 commented Dec 10, 2025

This PR fixes the RuntimeError: mat1 and mat2 shapes cannot be multiplied (80x513 and 1x513).
The fix originates from #162

If there are any more errors in newer Python versions, I will try to commit more.

Create a conda environment

conda create --name hifigan python=3.10
conda activate hifigan
pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants