pytorch-chatbot
pytorch-chatbot copied to clipboard
how can i solve this TT
RuntimeError: mat1 and mat2 shapes cannot be multiplied (8x8 and 54x8)
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.