We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using CUDA.
Iteration 0/2000 Faiss assertion 'nlist_ > 0' failed in void faiss::gpu::GpuIndexIVF::init_() at GpuIndexIVF.cu:41 Aborted (core dumped)
I get this faiss error when I try to run sdnc/sam with GPU.
The text was updated successfully, but these errors were encountered:
Never mind this got resolved by installing CUDA 8.0
Sorry, something went wrong.
No branches or pull requests
Using CUDA.
SAM(6, 64, nr_cells=16, read_heads=4, cell_size=20, gpu_id=0)
SAM (
(lstm_layer_0): LSTM(86, 64, num_layers=2, batch_first=True)
(rnn_layer_memory_shared): SparseMemory (
(interface_weights): Linear (64 -> 142)
)
(output): Linear (144 -> 6)
)
Iteration 0/2000
Faiss assertion 'nlist_ > 0' failed in void faiss::gpu::GpuIndexIVF::init_() at GpuIndexIVF.cu:41
Aborted (core dumped)
I get this faiss error when I try to run sdnc/sam with GPU.
The text was updated successfully, but these errors were encountered: