Xtra-Computing / thundersvm

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

Resume or continue interrupted fitting process #158

Open samieti02 opened 5 years ago

samieti02 commented 5 years ago

Hello dear Sir,

A fitting session/process can be interrupted for differents reasons. Is there a way to resume or continue a process, from the point it has been interrupted, and not to start it again from the beginning?

Thanks Sami

QinbinLi commented 5 years ago

In current ThunderSVM, you have to start it from the beginning. We'll consider implementing a function to resume the process. Thanks.