Skip to content

RuntimeError: mat1 and mat2 shapes cannot be multiplied  #20

Description

@CodeTilde

I faced the following error during the inference. Any idea how to fix it
file "/content/QuickVC-VoiceConversion/convert.py", line 62, in
mel_tgt = mel_spectrogram_torch(
File "/content/QuickVC-VoiceConversion/mel_processing.py", line 114, in mel_spectrogram_torch
spec = torch.matmul(mel_basis[fmax_dtype_device], spec)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (80x641 and 1x641)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions