Skip to content
New issue

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

error when the output_size isn't 1 #40

Open
mhdabbasi opened this issue Jul 30, 2023 · 0 comments
Open

error when the output_size isn't 1 #40

mhdabbasi opened this issue Jul 30, 2023 · 0 comments

Comments

@mhdabbasi
Copy link

I get error when the output_size isn't equal to 1 in forecasting code.
for example when the output_size is 10. I get this error :

return F.linear(input, self.weight, self.bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (16x65 and 74x10)

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant