ccqlx
ccqlx
@czczup CUDA is 11.1 (ViT-Adapter-main) ccq@ccq:~/Data/ViT-Adapter-main$ nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Tue_Sep_15_19:10:02_PDT_2020 Cuda compilation tools, release 11.1, V11.1.74 Build cuda_11.1.TC455_06.29069683_0
@czczup I gave it a try and showed the following: (ViT-Adapter-main) ccq@ccq:~/Data/ViT-Adapter-main/detection/ops$ python test.py Traceback (most recent call last): File "test.py", line 12, in from functions.ms_deform_attn_func import (MSDeformAttnFunction, File "/home/ccq/Data/ViT-Adapter-main/detection/ops/functions/__init__.py",...
It showed the following: (ViT-Adapter-main) ccq@ccq:~/Data/ViT-Adapter-main/detection/ops$ python test.py * True check_forward_equal_with_pytorch_double: max_abs_err 8.67e-19 max_rel_err 2.35e-16 * True check_forward_equal_with_pytorch_float: max_abs_err 4.66e-10 max_rel_err 1.13e-07 Traceback (most recent call last): File "test.py", line...