ignacio-rocco / sparse-ncnet

Implementation of Sparse-NCNet: "Efficient Neighbourhood Consensus Networks via Submanifold Sparse Convolutions"
MIT License
154 stars 18 forks source link

Faiss assertion 'err__ == cudaSuccess' failed in void faiss::gpu::runL2Norm #4

Open Guptajakala opened 3 years ago

Guptajakala commented 3 years ago

Faiss assertion 'err__ == cudaSuccess' failed in void faiss::gpu::runL2Norm(faiss::gpu::Tensor<T, 2, true, IndexType>&, bool, faiss::gpu::Tensor<float, 1, true, IndexType>&, bool, cudaStream_t) [with T = float; TVec = float4; IndexType = int; cudaStream_t = CUstream_st*] at gpu/impl/L2Norm.cu:292; details: CUDA error 11 invalid argument

I met this error when running the demo. What could be the problem?

Guptajakala commented 3 years ago

Btw, is there any docker for this project? I found the environment is a bit difficult to set up.

SnoopyMark commented 3 years ago

Btw, is there any docker for this project? I found the environment is a bit difficult to set up.

Hi, there. I'm looking forward to a docker for this project too, have you found one? If so, would you please share it with me? Thank you!