yahoo / CaffeOnSpark

Distributed deep learning on Hadoop and Spark clusters.
Apache License 2.0
1.27k stars 358 forks source link

Does each executor has same data or different data ? #250

Closed haikuoyao closed 7 years ago

haikuoyao commented 7 years ago

If I have 2 executors to train, do they have same data for training or different?

Thanks.