Skip to content

Commit 1171ef0

Browse files
authored
update pypi to elasticdl-client in README (#2119)
* update readme * fix typo * fix lint
1 parent 079c084 commit 1171ef0

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@
33
[![Travis-CI Build Status](https://travis-ci.com/sql-machine-learning/elasticdl.svg?branch=develop)](https://travis-ci.com/sql-machine-learning/elasticdl)
44
[![Code Coverage](https://codecov.io/gh/sql-machine-learning/elasticdl/branch/develop/graph/badge.svg)](https://codecov.io/gh/sql-machine-learning/elasticdl)
55
[![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/)
77

88
ElasticDL is a Kubernetes-native deep learning framework built on top of
99
TensorFlow 2.0 that supports fault-tolerance and elastic scheduling.
1010

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-
2111
## Main Features
2212

2313
### Elastic Scheduling and Fault-Tolerance
@@ -34,7 +24,8 @@ graph execution process.
3424

3525
### Minimalism Interface
3626

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.
3829

3930
```bash
4031
elasticdl train \

0 commit comments

Comments
 (0)