Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Loading #94

Open
SaiMadhusudan opened this issue Sep 3, 2023 · 0 comments
Open

Loading #94

SaiMadhusudan opened this issue Sep 3, 2023 · 0 comments

Comments

@SaiMadhusudan
Copy link

When I am trying to load the pre trained model I am getting this error

=> loaded checkpoint './3exp/checkpoint.pth.tar' (epoch 100)
Load dataset: 2.96 s
Compute features
0 / 173 Time: 2.361 (2.361)
Cluster the features
Faiss assertion 'err == CUBLAS_STATUS_SUCCESS' failed in void faiss::gpu::runMatrixMult(faiss::gpu::Tensor<float, 2, true>&, bool, faiss::gpu::Tensor<T, 2, true>&, bool, faiss::gpu::Tensor<IndexType, 2, true>&, bool, float, float, cublasHandle_t, cudaStream_t) [with AT = float; BT = float; cublasHandle_t = cublasContext*; cudaStream_t = CUstream_st*] at ./faiss/gpu/utils/MatrixMult-inl.cuh:133; details: cublas failed (13): (512, 256) x (85, 256)' = (512, 85)
./main.sh: line 10: 1379 Aborted (core dumped) python2 main.py ${DIR} --exp ${EXP} --arch ${ARCH} --lr ${LR} --wd ${WD} --k ${K} --sobel --workers ${WORKERS} --epochs 101 --batch 100 --clustering Kmeans --verbose --resume ./3exp/checkpoint.pth.tar
Done!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant