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
Installed /fs03/cv38/bgautam/miniconda/conda/envs/birat4-env/lib/python3.8/site-packages/MultiScaleDeformableAttention-1.0-py3.8-linux-x86_64.egg
Processing dependencies for MultiScaleDeformableAttention==1.0
Finished processing dependencies for MultiScaleDeformableAttention==1.0
After installling I tried importing the module.
import torch
import MultiScaleDeformableAttention
Traceback (most recent call last):
File "", line 1, in
ImportError: dynamic module does not define module export function (PyInit_MultiScaleDeformableAttention)
My system: Python 3.8.5, cuda 11.3, GCC 5.4
The text was updated successfully, but these errors were encountered:
Installed /fs03/cv38/bgautam/miniconda/conda/envs/birat4-env/lib/python3.8/site-packages/MultiScaleDeformableAttention-1.0-py3.8-linux-x86_64.egg
Processing dependencies for MultiScaleDeformableAttention==1.0
Finished processing dependencies for MultiScaleDeformableAttention==1.0
After installling I tried importing the module.
My system: Python 3.8.5, cuda 11.3, GCC 5.4
The text was updated successfully, but these errors were encountered: