You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The README file of the Batched Pixel Sum example warns:
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.
The text was updated successfully, but these errors were encountered: