Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVM model recalculation hangs indefinetely #155

Open
shailesh17mar opened this issue Mar 3, 2017 · 2 comments
Open

SVM model recalculation hangs indefinetely #155

shailesh17mar opened this issue Mar 3, 2017 · 2 comments

Comments

@shailesh17mar
Copy link

shailesh17mar commented Mar 3, 2017

Since I dont understand the code completely, I will tell where everything hangs.
In your posteriorThreads.go file, you are looping over 'numJobs' variable which for my case is 21879. Now this loop hangs on index 21807 and that's where everything stops working.
If I hardcode loop to 21807numJobs everything works flawlessly.
From my understanding this is because of the large size of finalResults hashmap.(I may be wrong completely).
Help me out here.
Also, Can you tell what exactly is happening in function optimizePriorsThreaded?

@schollz
Copy link
Owner

schollz commented Mar 3, 2017

Does it not hang if you turn off SVM?

What error are you seeing?

What system are you using?

@shailesh17mar
Copy link
Author

There's no error. It just hangs.
Haven't tried by turnning SVM off let me check that as well.
Ubuntu 14.04 64bit / 8GB ram/ intel i3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants