Qinbin Li

Results 41 comments of Qinbin Li

Hi , 1. In your script, the parameters `epoch`, `stu_epochs`, `n_teacher_each_partition`, `n_partition` are too low. Can you try the provided script to see whether the accuracy is 0.0? 2. The...

Hi @Cmnotjx and @ashwiniyer176 , What is the operating system you used? I can successfully run the scripts and generate non-empty logs in a Linux system. There may be compatibility...

Hi, @giowesome How did you compile the library? Did you use the GPU version? The unit for max_mem_size is MB. If you use GPU then the memory you set (about...

Hi, @giowesome Sorry for our late reply. It is strange that the codes run into different cases using the same instructions. 1. Can you share the data set so that...

Hi @giowesome For example, you can create a python file under "thundersvm/python" directory and run it in Windows command line. More specifically, you can refer to the [doc](https://github.com/Xtra-Computing/thundersvm/tree/master/python). There is...

I'm sorry that I'm not familiar with the caret function. I learned the function and think it's hard to use to do cross validation for thundersvm now. The R interface...

Thanks for your feedback! Your suggestions are very useful for the improvements on thundersvm in the future.

Hi @volpepe , Can you provide a simple example to reproduce the bug? Thanks!

@mjmg There seem to be issues with CUDA 9.1 and Visual C++ 2017 Compiler. I got the same problem as yours. You can find related information on [https://github.com/opencv/opencv/issues/9908](url) and [https://github.com/ethereum-mining/ethminer/issues/37](url)....

Thanks for your feedback! For issue1: I didn't meet segmentation fault for test_dataset.txt(I guess it is the dataset you used) on python 2.7.5 and python 3.4.5. Can you tell me...