-
Notifications
You must be signed in to change notification settings - Fork 17
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 to import self_ref_v0.cu? #2
Comments
I solved this problem. But I get another error:
I tried different parameters (slen, num_head, dim_head), the same error always occurs. |
I'm not sure exactly which parameter is causing the error in your case. One thing to be noted is that in the current implementation, the head dimension (dim_head) can not be too big (due to the shared memory limit). |
I extract the
self_ref_v0.cu
andSRWMlayer
from source code, and incorporate them into my own model. I getMy package structure as follow:
self_ref_v0.cu
is the file extracted from this repoself_ref_layer.py
is theSRWMlayer
package:The text was updated successfully, but these errors were encountered: