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
I wanted to try out your tracker, and followed the installation instructions to the letter. When trying to build the
MultiScaleDeformableAttention, there is a notice that there is a warning:
UserWarning: The detected CUDA version (11.5) has a minor version mismatch with the version that was used to compile PyTorch (11.3). Most likely this shouldn't be a problem.
This is followed by over 100 compilation errors, and ultimately fails with:
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
Any ideas how to fix? The MSDA library is very old, have you run into any issues when building it?
The text was updated successfully, but these errors were encountered:
Thanks for your question!
According to mapillary/inplace_abn#104, this issue is probably because of the mismatch of your environment.
Could you please provide your environment information for further analysis following:
wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
I wanted to try out your tracker, and followed the installation instructions to the letter. When trying to build the
MultiScaleDeformableAttention, there is a notice that there is a warning:
UserWarning: The detected CUDA version (11.5) has a minor version mismatch with the version that was used to compile PyTorch (11.3). Most likely this shouldn't be a problem.
This is followed by over 100 compilation errors, and ultimately fails with:
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
Any ideas how to fix? The MSDA library is very old, have you run into any issues when building it?
The text was updated successfully, but these errors were encountered: