RuntimeError: mat1 and mat2 shapes cannot be multiplied (80x513 and 1x513)
sbmatch opened this issue · 0 comments
sbmatch commented
Summary[问题简述(一句话)]
spec = torch.matmul(mel_basis[str(fmax)+'_'+str(y.device)], spec)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (80x513 and 1x513)
Env & To Reproduce[复现与环境]
win11 torch: 2.3.0+cu118 python38
Screenshots[截图(如有)]