snuspl/harmony

Decompose Trainer task into more fine-grained steps

Closed this issue · 0 comments

It's a sub-issue of #23.

Current Trainer interface provides runMiniBatch method, which runs a mini-batch by itself (e.g., pull -> comp -> push).
However for jobs to run harmoniously with each other, we need to control them more fine-grained manner.