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

Redefine Task to support different AI jobs #2197

Open
skydoorkai opened this issue Jul 20, 2020 · 0 comments
Open

Redefine Task to support different AI jobs #2197

skydoorkai opened this issue Jul 20, 2020 · 0 comments
Assignees

Comments

@skydoorkai
Copy link
Collaborator

skydoorkai commented Jul 20, 2020

The current task definition is based on data-parallel deep learning training and assumes that the training data is from a file or a database table represented by a string.

We need to design a more general task definition to support:

  1. Different kinds of AI jobs, such as XGboost.

  2. Custom-defined data read.

  3. No need to change the proto definition when adding new types of AI jobs in ElasticDL.

@skydoorkai skydoorkai self-assigned this Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant