snuspl / dolphin

14 stars 2 forks source link

Shuffle-like component for DNN model partitioning #70

Open jsjason opened 9 years ago

jsjason commented 9 years ago

In order to support model partitioning, evaluators need to be able to send node activation values across evaluator boundaries regardless of the epoch period. Although this is possible through REEF's Network (Connection) Service, we'd like to have a well-designed abstraction that handles such communication (possible candidate is Shuffle).