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

unable to train with more than one features. Error: mat1 and mat2 shapes cannot be multiplied (640x4 and 1x512) (model dim 512, batch size 128, no of features including target 4)) #14

Open
MertEnesYurtseven opened this issue Oct 10, 2022 · 1 comment

Comments

@MertEnesYurtseven
Copy link

MertEnesYurtseven commented Oct 10, 2022

exogenous_vars = [] # I am adding feature columns to here, but sandbox.py works just when this list is empty

@ezelanza
Copy link

ezelanza commented Dec 1, 2022

I'm having the same error. The input expected for the encoder is 1x512 dimension, and you're providing 640x4, this is what this error means. I don't know where to modify, did you find a solution?

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

2 participants