We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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[截图(如有)]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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[截图(如有)]
The text was updated successfully, but these errors were encountered: