-
Notifications
You must be signed in to change notification settings - Fork 535
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
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' #68
Comments
you should compile CUDA operators |
restart your runtime after "sh ./make.sh" command, it worked perfectly in my case. |
@duongnv0499 Hello, according to your method, I tried it, but a new problem appeared |
您好,这个问题我也遇到了,请问您解决了吗,麻烦指教下,谢谢! |
Did you find any solution |
Did you find any solution? |
这个问题可以在colab上运行作者给的代码 但是在前面加一行%%shell |
I ran these commands but still got the same error :( |
I also encountered this situation now, there is no such dynamic module, did you solve it? |
I am still being stuck by the problem,could you please tell me how to solve it?I want to solve the problem without restarting my server,can I? |
I solve the problem by placing the setup.py and make.sh in the right directory because of the demand of the detailed code. |
Hi, can you please share how you resolved it? what is the "right" directory to place the files? |
#223 it will be helpful for you. |
Thank you I resolved it in a different way. |
Can anyone help how to resolve this ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' @BirATMAN |
Has anyone solve this problem:ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'. I'm really confused about this problem. |
Running the model on Google Colab
The text was updated successfully, but these errors were encountered: