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

Multi Thread and async training support #19

Closed
SachidanandAlle opened this issue Apr 19, 2021 · 1 comment
Closed

Multi Thread and async training support #19

SachidanandAlle opened this issue Apr 19, 2021 · 1 comment
Assignees
Labels
0.1.0 Targeted to Release Version 0.1

Comments

@SachidanandAlle
Copy link
Collaborator

Currently the basic run is single threaded...

  1. Support different device for inference (cuda-0)
  2. Support different device for training (cuda-1)
  3. Run training async
  4. Support fetching currently running training jobs
  5. Limit number of training job to max 1 (for version 0.1)
@SachidanandAlle SachidanandAlle self-assigned this Apr 21, 2021
@SachidanandAlle
Copy link
Collaborator Author

Added train start/stop async way.. 46cf1ea

@aihsani aihsani added the 0.1.0 Targeted to Release Version 0.1 label Apr 29, 2021
@aihsani aihsani closed this as completed Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.1.0 Targeted to Release Version 0.1
Projects
None yet
Development

No branches or pull requests

2 participants