elasticdl
elasticdl copied to clipboard
Polish usability
Add a tutorial "How to Build"
Add tutorial "How to Run"
Add tutorial "How to Contribute Models"
Make sure that the command-line tool elasticdl
can be pip installed.
Make sure that elasticdl
can reuse models in a Git repo and pack Docker images for running.
Add benchmark scripts and corresponding experiments result documents.
Make sure that the preprocessing module elasticdl_preprocessing
can be pip installed.
How to run includes:
- run in minikube
- run in google cloud
- run in on-prem Kubernetes cluster
How to Build
- build elasticdl:dev
- build elasticdl:ci
How to Run
- install the client and how to use it
- minikube
- google cloud
- on-prem cluster
How to contribute models
- Add model (custom-designed, or from a Git repo)
Data Preprocessing
-
install preprocessing module
-
Use different data format (other than RecordIO)
More examples
- Benchmark scripts