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

how can i solve this TT #12

Open
hamhamcheeseO opened this issue Nov 8, 2021 · 1 comment
Open

how can i solve this TT #12

hamhamcheeseO opened this issue Nov 8, 2021 · 1 comment

Comments

@hamhamcheeseO
Copy link

RuntimeError: mat1 and mat2 shapes cannot be multiplied (8x8 and 54x8)

@mayamalkoti-ashmar
Copy link

mayamalkoti-ashmar commented Jun 29, 2022

change hidden_size in train.py to 54.

You see this is a simple matrix multiplication issue. The row of second matrix should match the column of the first matrix.

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