guru4elephant / edl

Elastic Deep Learning using PaddlePaddle and Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaddlePaddle EDL: Elastic Deep Learning

While many hardware and software manufacturers are working on improving the running time of deep learning jobs, EDL optimizes

  1. the global utilization of the cluster, and
  2. the waiting time of job submitters.

For more about the project EDL, please refer to this invited blog post on the Kubernetes official blog.

EDL includes two parts:

  1. a Kubernetes controller for the elastic scheduling of distributed deep learning jobs, and

  2. making PaddlePaddle a fault-tolerable deep learning framework. This directory contains the Kubernetes controller. For more information about fault-tolerance, please refer to the design.

We deployed EDL on a real Kubernetes cluster, dlnel.com, opened for graduate students of Tsinghua University. The performance test report of EDL on this cluster is here.

Tutorials

Design Docs

Future

  • Resource Adjustments by EDL
  • Support Full-Tolerant Distributed Training in PadldePaddle Fluid.

FAQ

TBD

License

PaddlePaddle EDL is provided under the Apache-2.0 license.

About

Elastic Deep Learning using PaddlePaddle and Kubernetes

License:Apache License 2.0


Languages

Language:Go 65.4%Language:Python 28.2%Language:Shell 5.8%Language:Dockerfile 0.7%