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
return F.linear(input, self.weight, self.bias) RuntimeError: mat1 and mat2 shapes cannot be multiplied (2112x1000 and 96x96) 请问这种参数该怎么设置?我的输入的张量形式是(96,1,22,1000)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
return F.linear(input, self.weight, self.bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (2112x1000 and 96x96)
请问这种参数该怎么设置?我的输入的张量形式是(96,1,22,1000)
The text was updated successfully, but these errors were encountered: