-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Training improvements, refactoring and updating libraries (#576)
* Support for both http and https connections * added back the auth checks * Changed the delimiter of the Keys to accommodate underscore in names * removed the typo * Corrected the response being sent back * Error handling * Added Status in Model Detail * removed unwanted debug * Support for non block chain mode off and No model Server * corrected the data stored for easier viewing of information * support model server on blockchain disabled mode * Removed default model param , added model name * Parse the proto and keep the trainign and pricing details in data structures * removed the debug typo * removed bad logging and bug fix for description * Support for Goerli Network * Support for Goerli Network * trying 17.0 * trying 17.0 * added dependency * for running go.mod file to resolve dependencies: * revert back to 15.0 * revert back to 15.0 * update tools and libs * fix proto * add service type: http * fix: remove body * fix * add grpc calc sizing bytes * refactor & update libraries * merge * update go.mod * update go.mod and fix comments * update training, fixes and refactor (#5) * support for both HTTP and HTTPS connections * added back the auth checks * changed the delimiter of the Keys to accommodate underscore in names * removed the typo * added Status in Model Detail * removed unwanted debug * support for non blockchain mode off and No model Server * corrected the data stored for easier viewing of information * support model server on blockchain disabled mode * removed default model param, added model name * parse the proto and keep the training and pricing details in data structures * removed the debug typo * removed bad logging and bug fix for description * support for new networks * refactor & update libraries * update go.mod and fix comments --------- Co-authored-by: anandrgitnirman <[email protected]> --------- Co-authored-by: anandrgitnirman <[email protected]>
- Loading branch information
1 parent
69de53a
commit 406ed9c
Showing
52 changed files
with
2,683 additions
and
1,165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,7 @@ blockchain/singularity_net_token.go | |
|
||
# etcd server temporary directories | ||
storage-* | ||
*.pem | ||
*log | ||
data.etcd/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.