Skip to content

error when the output_size isn't 1 #40

@mhdabbasi

Description

@mhdabbasi

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.

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