Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ROADMAP.md #152

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions doc/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,31 @@

## 2020-06 Release 0.3.0

### Elastic Distillation Training Framework
- Support Elastic Distillation Training with elastic number of teachers

### Release Verified Model Training Scripts based on Elastic Distillation
- NLP models and CV models trained based on GPU will be verified.
Bert/Ernie and Resnet50 for classification will be considered currently.

### Release 0.3.0
- Features above will be released

## 2020-10 Release 0.4.0

### EDL High Level API Design
- Support User defined Training Data and Parameter Adaptation API
- A user can define what to adapt when computing resources are adjusted

### Release Verified Model Training Scripts based on EDL API
- NLP models and CV models trained based on GPU will be verified.
Bert/Ernie and Resnet50 for classification will be considered currently.
- Bert/Ernie and Resnet50 for classification will be considered currently.
- Provide Documentation about deployment on Baidu Cloud.

### Release 0.3.0
### Release 0.4.0
- Features above will be released

## 2020-09 Release 0.4.0
## 2020-12 Release 0.5.0

### Online Training
- Support Elastic Online Training Solution with resources allocated dynamically along the training timeline
Expand All @@ -32,9 +45,10 @@
### EDL API upgraded
Update EDL API to support online elastic deep learning

### Release 0.4.0
### Release 0.5.0
- Features above will be released

## 2020-12
- More Application on EDL
- More Applications on EDL
- More machine learning tools integrated.