marcoppasini/MelGAN-VC

Upgrade Issue when upgrading to Torchaudio > 0.5.0?

Opened this issue · 2 comments

When trying to upgrade after Torchaudio 0.5.0 i get this error:
mel_specgram = torch.matmul(specgram.transpose(1, 2), self.fb).transpose(1, 2)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (3074x938 and 201x512)

Seems like in the MelScale Function and the Specrogram Function of Torchaudio were some major changes.
Since im not sure what changed and i tried to check trough the code i wanted to ask if there
are any plans in updating the code to work with Torchaudio > 0.5.0?

Could you fix it now?
I ran into same problem.

malajb commented

I am also having same issue while executing the code. Error raised is
RuntimeError: mat1 and mat2 shapes cannot be multiplied (218x577 and 201x192). Kindly give a solution.