You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the installation steps and used the example-data-maya-wiki.txt dataset as a finetuning examples. I keep getting this error towards the end of training. I tried with other datasets as well still the same error persists
output += torch.matmul(subA, state.subB)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (511x2 and 3x4096)
Can you please help me resolve it? Thanks in advance.
The text was updated successfully, but these errors were encountered:
I followed the installation steps and used the example-data-maya-wiki.txt dataset as a finetuning examples. I keep getting this error towards the end of training. I tried with other datasets as well still the same error persists
Can you please help me resolve it? Thanks in advance.
The text was updated successfully, but these errors were encountered: