File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Travis-CI Build Status] ( https://travis-ci.com/sql-machine-learning/elasticdl.svg?branch=develop )] ( https://travis-ci.com/sql-machine-learning/elasticdl )
4
4
[ ![ Code Coverage] ( https://codecov.io/gh/sql-machine-learning/elasticdl/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/sql-machine-learning/elasticdl )
5
5
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
6
- [ ![ PyPI Status Badge] ( https://badge.fury.io/py/elasticdl.svg )] ( https://pypi.org/project/elasticdl/ )
6
+ [ ![ PyPI Status Badge] ( https://badge.fury.io/py/elasticdl-client .svg )] ( https://pypi.org/project/elasticdl-client / )
7
7
8
8
ElasticDL is a Kubernetes-native deep learning framework built on top of
9
9
TensorFlow 2.0 that supports fault-tolerance and elastic scheduling.
10
10
11
- | | TensorFlow 1.x graph mode | TensorFlow 2.x eager execution |
12
- | --------------------------| ---------------------------| --------------------------------|
13
- | No change to the runtime | Uber Horovod | ElasticDL (early stage) |
14
- | Changes the runtime | TensorFlow ps-based distribution | TensorFlow distribution strategies |
15
-
16
- ** Note that ElasticDL is still under active development, and we have not
17
- extensively tested it in production environments. We open sourced this
18
- early-stage project with the hope of encouraging further work on fault-tolerance
19
- and elastic scheduling from the community.**
20
-
21
11
## Main Features
22
12
23
13
### Elastic Scheduling and Fault-Tolerance
@@ -34,7 +24,8 @@ graph execution process.
34
24
35
25
### Minimalism Interface
36
26
37
- Given a model defined with Keras API, train the model with a command line.
27
+ Given a [ model] ( model_zoo/mnist_functional_api/mnist_functional_api.py ) defined
28
+ with Keras API, train the model distributedly with a command line.
38
29
39
30
``` bash
40
31
elasticdl train \
You can’t perform that action at this time.
0 commit comments