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

Error when too many threads #6

Closed
Tutuchan opened this issue Jul 7, 2017 · 2 comments
Closed

Error when too many threads #6

Tutuchan opened this issue Jul 7, 2017 · 2 comments

Comments

@Tutuchan
Copy link

Tutuchan commented Jul 7, 2017

Hi,
I tried running recosystem on an EC2 instance with 32 cores and I ran into this error

Error in r$tune(ratings_train, opts = list(loss = "log", dim = c(10, 20,  : 
  number of bins must be greater than number of threads

which appears to stem from this line.

I did not see a way to specify the number of bins from R. Could you add this possibility ? I'd be happy to submit a PR.

Thanks

@yixuan
Copy link
Owner

yixuan commented Jul 8, 2017

It seems I left this parameter out when writing the wrapper. I'll provide a patch later. Thanks!

@yixuan
Copy link
Owner

yixuan commented Sep 1, 2017

This has been fixed in the most recent version. I'll submit the package to CRAN shortly.

@yixuan yixuan closed this as completed Sep 1, 2017
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