We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Executing the following code reported an error
# compile CUDA operators of Deformable Attention cd Meta-DETR cd ./models/ops sh ./make.sh python test.py # unit test (should see all checking is True)
my environment is torch: 1.8.1 gcc: 8.2.0
The text was updated successfully, but these errors were encountered:
This is due to the deformble attention not correctly installed.
Would you please provide more information?
Sorry, something went wrong.
Have you solved the problem
No branches or pull requests
Executing the following code reported an error
my environment is
torch: 1.8.1
gcc: 8.2.0
The text was updated successfully, but these errors were encountered: