-
Notifications
You must be signed in to change notification settings - Fork 20
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
import MultiScaleDeformableAttention as MSDA #1
Comments
Hello, I also meet this problem, but I found the module in https://github.com/fundamentalvision/Deformable-DETR, you can try it! |
Yeah, this module is directly borrowed from https://github.com/fundamentalvision/Deformable-DETR. You can try follow the original instruction. @Guanerhua Could you provide your detailed enrionment information and error report? Maybe we can help you solve it. So far as I can tell, make sure that your pytorch & cudatoolkit version (in your conda) keep consistent with your system cuda version (usually /usr/local/cuda), this is a common problem. |
Thanks,I solve my problem |
Thanks,I solve my problem |
Hi,bro. I meet another problem 'Sample_Classifier in depatch_embed is error' .Can you help me ?
|
@Guanerhua Hello, I would like to ask how you solved this problem about MultiScaleDeformableAttention |
solution: |
|
Hello, I followed this step and tried it, but there is a problem that is the problem in the picture below. Do you know how to solve it? Trouble you
…------------------ 原始邮件 ------------------
发件人: "CASIA-IVA-Lab/DPT" ***@***.***>;
发送时间: 2021年8月18日(星期三) 晚上6:54
***@***.***>;
***@***.******@***.***>;
主题: Re: [CASIA-IVA-Lab/DPT] import MultiScaleDeformableAttention as MSDA (#1)
I can not install MultiScaleDeformableAttention can you help me
Hello, I also meet this problem, but I found the module in https://github.com/fundamentalvision/Deformable-DETR, you can try it!
Yeah, this module is directly borrowed from https://github.com/fundamentalvision/Deformable-DETR. You can try follow the original instruction.
@Guanerhua Could you provide your detailed enrionment information and error report? Maybe we can help you solve it. So far as I can tell, make sure that your pytorch & cudatoolkit version (in your conda) keep consistent with your system cuda version (usually /usr/local/cuda), this is a common problem.
Thanks,I solve my problem
@Guanerhua Hello, I would like to ask how you solved this problem about MultiScaleDeformableAttention
You can try it!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I am sorry. Content related to |
i also meet this problem,could you please tell this details how to solve this issue? thanks. |
Hi,bro. I followed the origin introduction form vision.obj : error LNK2001: 无法解析的外部符号 __imp___tls_offset_?init@?1??lazy_init_num_threads@internal@at@@YAXXZ@4_NA
vision.obj : error LNK2001: 无法解析的外部符号 __imp___tls_index_?init@?1??lazy_init_num_threads@internal@at@@YAXXZ@4_NA
build\lib.win-amd64-cpython-38\MultiScaleDeformableAttention.cp38-win_amd64.pyd : fatal error LNK1120: 2 个无法解析的外部命令
error: command 'D:\\VS\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.34.31933\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120
|
Any Idea I can build it on Ampere Architecture which supports CUDA 11.0 or greater |
I can not install MultiScaleDeformableAttention can you help me
The text was updated successfully, but these errors were encountered: