File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
setup (
26
26
name = "elasticdl" ,
27
- version = "develop " ,
27
+ version = "0.2.0rc2 " ,
28
28
description = "A Kubernetes-native Deep Learning Framework" ,
29
29
long_description = "ElasticDL is a Kubernetes-native deep learning framework"
30
30
" built on top of TensorFlow 2.0 that supports"
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = "elasticdl_client" ,
21
- version = "develop " ,
21
+ version = "0.2.0rc2 " ,
22
22
description = "The client command line tool for ElasticDL." ,
23
23
long_description = "ElasticDL Client is the client command line tool for"
24
24
" ElasticDL. Users can use it to submit distributed ElasticDL jobs to"
Original file line number Diff line number Diff line change 22
22
23
23
setup (
24
24
name = "elasticdl_preprocessing" ,
25
- version = "develop " ,
25
+ version = "0.2.0rc2 " ,
26
26
description = "A feature preprocessing library." ,
27
27
long_description = "This is an extension of the native Keras Preprocessing"
28
28
" Layers and Feature Column API from TensorFlow. We can develop our model"
You can’t perform that action at this time.
0 commit comments