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
File "x/lib/python3.8/site-packages/torch/nn/functional.py", line 5122, in multi_head_attention_forward
k = k.contiguous().view(k.shape[0], bsz * num_heads, head_dim).transpose(0, 1)
RuntimeError: shape '[4, 512, 768]' is invalid for input of size 307200
I followed each data process step indicated in the readme tough
Thanks in advance for your help on this issue
The text was updated successfully, but these errors were encountered:
When running the indicated command for rational training :
It leads to the following error :
When running the rationale inference command :
I encounter a similar issue :
I followed each data process step indicated in the readme tough
Thanks in advance for your help on this issue
The text was updated successfully, but these errors were encountered: