-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merge dev postgreql to master #1208
Merged
Merged
Conversation
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
Add the distributed version of the model
Add implementation for the autograd model
Add sparsification version of the model
Create mnist_cnn.py
Add the sparsification version of the model
Add a distributed version of the model
Add multiprocess version of the model
Add implementations for the autograd resnet cifar-10
Add the benchmark dataset for testing the model selection
Add implementations for the autograd resnet cifar-10
Create mnist_dist.py
Add the download implementations for the benchmark dataset
add cifar100 for testing the model selection
Add the implementations of resnet model in the autograd
Add a benchmark dataset for testing the model selection
add the implementations of xceptionnet model in the autograd
Download the benchmark dataset for testing the model selection
Create download_cifar100.py
Create cifar100.py
Add the implementation for the SumError class
Update the RELEASE_NOTES for v4.3.0
Update the RELEASE_NOTES for v4.3.0
Update setup.py for v4.3.0
Update meta.yaml for v4.3.0
Update configurations for v4.3.0
Add the SumErrorLayer class for the msmlp model
Add the training script for the transformer example
Add the running script for the Transformer example
Add implementations of the Transformer model
Update Transformer example README.md
Update the license header for README.md
Update pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge dev postgreql to master