Open WenmuZhou opened 1 year ago
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
This is due to the deformble attention not correctly installed.
Would you please provide more information?
Have you solved the problem
Executing the following code reported an error
my environment is torch: 1.8.1 gcc: 8.2.0