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

Support for Training Models in Daemon #565

Open
anandrgitnirman opened this issue Apr 13, 2022 · 0 comments
Open

Support for Training Models in Daemon #565

anandrgitnirman opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@anandrgitnirman
Copy link
Contributor

We are looking at enhancing the Daemon to Support /standardize

  • Creation of Training models
  • Ensure only certain address can call training methods
  • Check the status of the model being trained
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Apr 13, 2022
Support for Training in Daemon
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Apr 21, 2022
review comments addressed
make the model available publicily for any inference calls
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Apr 22, 2022
add in authorization details as part of incoming message
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 11, 2022
Grpc server impl of training.proto - Skeleton code checkin
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 11, 2022
Grpc server impl of training.proto - Skeleton code checkin
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 12, 2022
Code for Authorization checks on calls made to CRUD operations for Model ID
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 12, 2022
Code for Authorization checks on calls made to CRUD operations for Model ID
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 12, 2022
removed printl and replaced with log
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 12, 2022
placeholder for test cases
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 16, 2022
Renamed the method to getModelStatus , which will get the model status + all other details stored in the model
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 19, 2022
refactored code to get all models associated with a given address
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 23, 2022
Added test cases
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 23, 2022
Added test cases and moved common function to a utility
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 23, 2022
Reverted back
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 23, 2022
enhanced test cases
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 24, 2022
enhanced test cases
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 24, 2022
reverted back change
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 24, 2022
Test cases for update model access
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 24, 2022
Test cases for get all model access
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 24, 2022
Additional test cases
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
code review comments
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
indentation
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
Added implementation of get all model details
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
Added comments
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
Added comments
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
Added more test cases for CreateModel
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
Added more test cases for + added provision for grpc service name
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 26, 2022
Added more test cases for , re factored the proto to standard , requests made and response received
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
fixed test cases as seq of data returned is non deterministic
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
fixed a typo in return
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
minor refactoring of method name to BuildModelResponseFrom
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
removed overall status flag from get all accessible models
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
added more test cases for coverage
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
added more test cases for coverage
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue May 27, 2022
added more test cases for coverage
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
To support method level options to identify which serivce methods are training methods and direct these calls to a separate End point
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
To support method level options to identify which serivce methods are training methods and direct these calls to a separate End point
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
To support method level options to identify which serivce methods are training methods and direct these calls to a separate End point
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
changed the number
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
corrected the change in variable name
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
Parse method level options for model training methods
anandrgitnirman pushed a commit to anandrgitnirman/snet-daemon that referenced this issue Jun 2, 2022
redirect the request to model training end point
@semyon-dev semyon-dev added the enhancement New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants