doc-ai / tensorio-ios

Tensor/IO for iOS, with support for on-device inference and training with TensorFlow and TensorFlow Lite
Other
31 stars 10 forks source link

Federated tasks, task bundles, validation, and tests #103

Closed phildow closed 5 years ago

phildow commented 5 years ago

Code for loading tasks from federated learning task bundles. Spec was just added the tensorio repo, bundle structure is straightforward:

task.tiotask/
  task.json

Tasks bundles will be downloaded from tensorio-flea and then used to instantiate trainers and execute the training loop based on the task instructions in the bundle.

Trainer code has already been merged into the federated branch. Flea client code is the next step.