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

What is the status on controller-handled dataset? #63

Closed
rparrapy opened this issue Feb 29, 2016 · 1 comment
Closed

What is the status on controller-handled dataset? #63

rparrapy opened this issue Feb 29, 2016 · 1 comment
Labels

Comments

@rparrapy
Copy link

The README file of the Batched Pixel Sum example warns:

  • Using more than 1 worker causes problem at the moment for THIS particular example.

The reason is that we are using the "dataset handled by the controller" feature which is not quite ready yet.

I assume this refers to using the Controller send_mb method (which uses a Zeromq load balancer) to distribute the mini batches among Workers.

What is the status on this feature? I'd like to give Platoon a try and this seems like an important block for a data parallelism framework.

@mgermain
Copy link
Contributor

mgermain commented Mar 1, 2016

There was no demand to expand this feature so far as it's not mandatory to fully take advantage of Platoon.

Most people let each worker load the dataset individually and make sure they use a different seed to randomize the mini-batches (The controller send which random seed to use).

You still can use the mini-batch server though. The only issues we have with it right now are #23 and #24 and you can walk around them pretty easily.

@mgermain mgermain closed this as completed Mar 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants