-
Notifications
You must be signed in to change notification settings - Fork 50
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
Labels
enhancement
New feature or request
Comments
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
…get status of a model
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
that referenced
this issue
May 28, 2022
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
anandrgitnirman
pushed a commit
that referenced
this issue
Aug 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are looking at enhancing the Daemon to Support /standardize
The text was updated successfully, but these errors were encountered: