Jie2World
Jie2World
I also run out of memory because of DBSCAN high memory usage. It is a pity that DBSCAN limits the spread of SpCL. Look forward to any goods news.
Thanks. cuml DBSCAN maybe will support pre-computed affinity metric(https://github.com/rapidsai/cuml/issues/3302). Hope it help for you.
@duanyongli @threedlife @aditya2592 It is a simple error caused by the low version of c++ during compiling. Please add -std=c++11 at CmakeList.txt. Change set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} "-Xcompiler;-fPIC;--expt-relaxed-constexpr") to set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} "-Xcompiler;-fPIC;--expt-relaxed-constexpr;-std=c++11")...