xiaoyu258 / DocProj

Document Rectification and Illumination Correction using a Patch-based CNN
MIT License
339 stars 86 forks source link

numba cann't run #14

Open lc592261334 opened 4 years ago

lc592261334 commented 4 years ago

Thanks for your work. Can you share the version of numba, numpy and skimage? my local version: numpy:1.14.0 skimage:0.13.1 numba:0.38.0

Using @cuda.jit, a error occurred. `numba.cuda.cudadrv.error.NvvmError: Failed to compile

libnvvm : error: -arch=compute_61 is an unsupported option NVVM_ERROR_INVALID_OPTION` I try to update numba to the lasest, but it requires the version of numpy laster than 1.15.0, so skimage is not compitable

xiaoyu258 commented 3 years ago

Here is the version of mine. numba 0.40.0 numpy 1.19.1 scikit-image 0.17.2