DCNv2 icon indicating copy to clipboard operation
DCNv2 copied to clipboard

Test Runtime Error

Open DKandrew opened this issue 5 years ago • 0 comments

Give following error on a freshly cloned repo

error in modulated_deformable_im2col_cuda: a PTX JIT compilation failed
Traceback (most recent call last):
  File "test.py", line 255, in <module>
    example_dconv()
  File "test.py", line 177, in example_dconv
    targert.data.uniform_(-0.01, 0.01)
RuntimeError: Creating MTGP constants failed. at /opt/conda/conda-bld/pytorch_1549630534704/work/aten/src/THC/THCTensorRandom.cu:35

Does anyone encounter this issue? I am using PyTorch 1.0.0 and CUDA 10.

DKandrew avatar Mar 14 '19 09:03 DKandrew