Open dani-s-92 opened 3 years ago
Hi @StartingProgramming ,
Did you install the python interface here (https://github.com/Xtra-Computing/thundersvm/tree/master/python)? You can try from thundersvm import *
in Python and see whether it works. If it does not work, then you may not correctly install the python interface.
Hello,
I try to use thundersvm for train the svm on my local gpu with jupyter notebook. I installed thundersvm as described here (https://github.com/Xtra-Computing/thundersvm/blob/master/docs/get-started.md) and it worked after I Had to try a few times. After that I build the solution in Visual Studio 17.
If I try to import thundersvm (
from thundersvm import SVC
) in Jupyter Notebook the following error occurs:Do I have to put the thundersvm folder into my environment folder "gpu_p36"? I installed thundersvm under "C:\Users\name\thundersvm". Or do I have to install thundersvm in my environment separately?
I would be so thankful if someone can help me with that issue!
Thank you!
Best regards, Daniel