Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.55k stars 215 forks source link

Thumdersvm. dll - dependent dynamic library. #190

Closed 1113571287 closed 4 years ago

1113571287 commented 4 years ago

My project found the tumdersvm.dll file correctly, but does it need to import the other VC's dynamic library? My error is in fit thundersvm.get_sv(csr_row, csr_col, csr_data, data_size, sv_indices, c_void_p(self.model)) OSError: [WinError -529697949] Windows Error 0xe06d7363

zeyiwen commented 4 years ago

No other DLL files are needed. You can try to run thundersvm directly from visual studio. If your environment is not properly set up, you should be able to see some error messages there.

1113571287 commented 4 years ago

Thanks