-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue with evaluation #5
Comments
Hi @Davidyao99, thank you for pointing out the issue. I'm able to run the evaluation script without encountering the error above. To help reproduce the error, could you please share the evaluation command and Pytorch version you are using? It will also be helpful if you can kindly print the shape of |
Thank you for providing more information. The shape of the I didn't quite understand your last question. I think it should use sample_inds[0,1] to gather the query tensor and sample_inds[0,2] to gather the key tensor. |
So sry, the shape of the sample_inds is With regards to my last question, perhaps I misunderstood the code. I will look at it again. |
I followed the steps in your readme and encountered the following error. Any idea what is causing this?
The text was updated successfully, but these errors were encountered: