-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
I am trying to use graphvite visualize and extract the vectors after dimension reduction in largevis, thus i install graphvite from source, an error is thrown in loading step of graph.KNNGraph:
KNNGraph<uint32>
------------------ Graph -------------------
#vertex: 1789406000, #nearest neighbor: 1634496008
perplexity: 1.81753e+31, vector normalization: yes
Faiss assertion 'err == cudaSuccess || err == cudaErrorInvalidValue' failed in int faiss::gpu::getDeviceForAddress(const void*) at gpu/utils/DeviceUtils.cu:105
Aborted (core dumped)
OS: Ubuntu 16.04
Graphvite version: 0.2.1
Faiss version: 1.6.0
python3.6 cuda10.1
however, while i use the same dataset in the envs from conda install, it works.
the build process shown as below:


Any help would be grateful.
Metadata
Metadata
Assignees
Labels
No labels