-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Some program problems when using my own dataset #1
Comments
Hi @GoooDte , Thank you for reporting these problems.
Best, |
Thanks very much, Uri! Your suggestion really works that my second problem has been solved. I mainly use the code on some other datasets, so maybe only modify a little in preprocess progress. I have searched on the Internet about my first error. The most likely cause of the problem is the matching problem among the versions of faiss, faiss-gpu, cudatoolkit and CUDA. So could you please tell me your exact versions of the above packages? Thanks a lot! |
I'm using:
Questions for you:
Best, |
I'm using python 3.6 on linux operating system. I tried to uninstall |
Can you try:
Please let me know how it goes. |
Sorry for a long time. I tried your first suggestion on a small part of the Due to the large size of Many thanks! |
What kind of GPU do you have? I have read a bit online about the error you're getting, and some suggested that there's not enough GPU memory. |
My GPU is NVIDIA GeForce RTX 3090 |
Can you take a look at the list of flags, and verify that all of them are correct? There might be default values that I set which do not match your settings, like dimensions, size of datastore etc? Another question: if you set the |
Yeah, it just means that clustering 100 examples into 13 clusters is likely to result in "bad" clusters. But does it work without errors? At what sample size does it crash? I suspect that maybe the GPU memory is the limitation. What is your overall datastore size? Only 1341? |
Sorry for late again. I have solved my problem by accidentally changing another linux server. The problem is really caused by environmental problems, but I still don't know which exact environment can run 100% successfully. My new environments are CUDA 10.2, faiss-gpu 1.7.2 and python 3.7. Thank you for your attention to this issue for so long! |
Great, I'm glad to hear! |
Hello! It's really an excellent work! Thanks for releasing the huggingface
transformers
based version. Recently, I'm doing experiments on some other datasets. Unfortunately, I met some problems when running the code:kmeans.train()
inKmeans.py
line 41 reports the following error:My cudatoolkit version is 11.0 and faiss-gpu version is 1.7.2
Maybe I'm not too familiar with the faiss-gpu package, so could you please help me to see how to solve the above problems ? Thanks a lot!
The text was updated successfully, but these errors were encountered: