Skip to content

Commit

Permalink
Merge pull request #641 from helinwang/remove_edl
Browse files Browse the repository at this point in the history
Remove EDL source code from cloud (EDL has already been moved to PaddlePaddle/edl)
  • Loading branch information
helinwang committed Mar 9, 2018
2 parents 99a82a9 + 5fbe801 commit edcbf54
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 2,696 deletions.
9 changes: 0 additions & 9 deletions go/cmd/edl/Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions go/cmd/edl/edl.go

This file was deleted.

22 changes: 1 addition & 21 deletions go/edl/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
# 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](http://blog.kubernetes.io/2017/12/paddle-paddle-fluid-elastic-learning.html) on the Kubernetes official blog.

EDL includes two parts:

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

1. making PaddlePaddle a fault-tolerable deep learning framework. This directory contains the Kubernetes controller. For more information about fault-tolerance, please refer to this [PaddlePaddle design doc](https://github.com/PaddlePaddle/Paddle/tree/develop/doc/design/cluster_train).

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](https://github.com/PaddlePaddle/cloud/blob/develop/doc/autoscale/experiment/README.md).


## Build

```bash
glide install --strip-vendor
go build -o path/to/output github.com/PaddlePaddle/cloud/go/cmd/edl
```
This package has moved to https://github.com/PaddlePaddle/cloud/tree/develop/go/edl
Loading

0 comments on commit edcbf54

Please sign in to comment.