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
cd projects/UNINEXT/uninext/models/deformable_detr/ops
bash make.sh
After performing the above steps, I run test.py, I get the following error:
import MultiScaleDeformableAttention as MSDA
ImportError: DLL load failed: %1 not a valid Win32 application.
How to solve it?
Thank you so much.
The text was updated successfully, but these errors were encountered:
ThisGameofMine
changed the title
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。
ImportError: DLL load failed: %1 not a valid Win32 application.
Jul 7, 2023
Hello!
I follow the INSTALL.md:
compile Deformable DETR
cd projects/UNINEXT/uninext/models/deformable_detr/ops
bash make.sh
After performing the above steps, I run test.py, I get the following error:
import MultiScaleDeformableAttention as MSDA
ImportError: DLL load failed: %1 not a valid Win32 application.
How to solve it?
Thank you so much.
The text was updated successfully, but these errors were encountered: