-
Notifications
You must be signed in to change notification settings - Fork 153
errors when running kmeans algorithm #4
Comments
seems to be the problem of windows port of rabit. Can you try run the basic examples of rabit in rabit repo, and see if the problem occurs again? |
@tqchen Hi, thanks for your reply. |
@SiNZeRo There was a platform dependent issue that I resolved recently, mainly because I tested on linux and there are some difference between window's and linux's socket, can you try again if the thing work for you now? Thanks |
@tqchen hi, it works for k-means example. thanks for help. |
hi, @tqchen , I run kmeans with 40 clusters using 20 local process, which provides 8x speed up over single process. Thanks a lot! |
Hi @SiNZeRo it depends on filesize, communication vs computation etc. So you might want to run some timing experiment to check where the bottleneck are |
I run this code in windows, rabit.lib is complied with VS2010.
Program output 'Socket Connect Error:No error', could you suggest a possible way to solve this?
Does this problem cause by socket?
The text was updated successfully, but these errors were encountered: