-
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
Commits on May 24, 2024
-
Add the distributed version of the model
Add the distributed version of the model
Configuration menu - View commit details
-
Copy full SHA for 90357af - Browse repository at this point
Copy the full SHA 90357afView commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79dd9f6 - Browse repository at this point
Copy the full SHA 79dd9f6View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d46f338 - Browse repository at this point
Copy the full SHA d46f338View commit details
Commits on Jun 13, 2024
-
Add sparsification version of the model
Add sparsification version of the model
Configuration menu - View commit details
-
Copy full SHA for af09a0f - Browse repository at this point
Copy the full SHA af09a0fView commit details -
Merge pull request #1175 from jinyangturbo/dev-postgresql
Create mnist_cnn.py
Configuration menu - View commit details
-
Copy full SHA for f52e35f - Browse repository at this point
Copy the full SHA f52e35fView commit details -
Merge pull request #1176 from GY-GitCode/24-6-13-dev
Add the sparsification version of the model
Configuration menu - View commit details
-
Copy full SHA for 2730269 - Browse repository at this point
Copy the full SHA 2730269View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb9106c - Browse repository at this point
Copy the full SHA fb9106cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbb7a2 - Browse repository at this point
Copy the full SHA bdbb7a2View commit details -
Merge pull request #1178 from NLGithubWP/dev-postgresql
Add multiprocess version of the model
Configuration menu - View commit details
-
Copy full SHA for 0ee8cb3 - Browse repository at this point
Copy the full SHA 0ee8cb3View commit details
Commits on Jun 15, 2024
-
Add implementations for the autograd resnet cifar-10
Add implementations for the autograd resnet cifar-10
Configuration menu - View commit details
-
Copy full SHA for edfac8f - Browse repository at this point
Copy the full SHA edfac8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9eb59b - Browse repository at this point
Copy the full SHA b9eb59bView commit details -
Merge pull request #1181 from NLGithubWP/dataset
Add the benchmark dataset for testing the model selection
Configuration menu - View commit details
-
Copy full SHA for cd90fa1 - Browse repository at this point
Copy the full SHA cd90fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b1c9a - Browse repository at this point
Copy the full SHA 44b1c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb194b - Browse repository at this point
Copy the full SHA dbb194bView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bad4181 - Browse repository at this point
Copy the full SHA bad4181View commit details -
Add the implementations of resnet model in the autograd
Zhu Lei committedJun 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 7cf604e - Browse repository at this point
Copy the full SHA 7cf604eView commit details -
Merge pull request #1179 from GY-GitCode/24-6-16-dev
Add implementations for the autograd resnet cifar-10
Configuration menu - View commit details
-
Copy full SHA for 7b4b658 - Browse repository at this point
Copy the full SHA 7b4b658View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15640e7 - Browse repository at this point
Copy the full SHA 15640e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd8ece - Browse repository at this point
Copy the full SHA cdd8eceView commit details -
Merge pull request #1183 from lemonviv/add-mnist-download
Add the download implementations for the benchmark dataset
Configuration menu - View commit details
-
Copy full SHA for 80760ce - Browse repository at this point
Copy the full SHA 80760ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1416c2 - Browse repository at this point
Copy the full SHA a1416c2View commit details -
Merge pull request #1184 from zlheui/add-resnet-in-autograd
Add the implementations of resnet model in the autograd
Configuration menu - View commit details
-
Copy full SHA for 9caa25d - Browse repository at this point
Copy the full SHA 9caa25dView commit details
Commits on Jun 19, 2024
-
Add a benchmark dataset for testing the model selection
Configuration menu - View commit details
-
Copy full SHA for 69f5167 - Browse repository at this point
Copy the full SHA 69f5167View commit details
Commits on Jul 17, 2024
-
Merge pull request #1185 from Zrealshadow/dev-postgresql-patch
add the implementations of xceptionnet model in the autograd
Configuration menu - View commit details
-
Copy full SHA for ef7b196 - Browse repository at this point
Copy the full SHA ef7b196View commit details -
Download the benchmark dataset for testing the model selection
Configuration menu - View commit details
-
Copy full SHA for a97941f - Browse repository at this point
Copy the full SHA a97941fView commit details
Commits on Jul 18, 2024
-
Merge pull request #1188 from solopku/patch-4
Create download_cifar100.py
Configuration menu - View commit details
-
Copy full SHA for 2fd2aa6 - Browse repository at this point
Copy the full SHA 2fd2aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ffece - Browse repository at this point
Copy the full SHA c2ffeceView commit details
Commits on Jul 19, 2024
-
Merge pull request #1186 from jinyangturbo/dev-postgresql
Create cifar100.py
Configuration menu - View commit details
-
Copy full SHA for d842c74 - Browse repository at this point
Copy the full SHA d842c74View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 133e106 - Browse repository at this point
Copy the full SHA 133e106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10086e0 - Browse repository at this point
Copy the full SHA 10086e0View commit details
Commits on Jul 26, 2024
-
Merge pull request #1189 from NLGithubWP/dev-postgresql
Add the implementation for the native model in the cnn ms example
Configuration menu - View commit details
-
Copy full SHA for 7281a74 - Browse repository at this point
Copy the full SHA 7281a74View commit details -
Merge pull request #1190 from dcslin/dev-postgresql
Add implementations for data downloading in cnn ms example
Configuration menu - View commit details
-
Copy full SHA for b34cfd7 - Browse repository at this point
Copy the full SHA b34cfd7View commit details
Commits on Jul 27, 2024
-
Add the msmlp model implementation for the cnn ms example
Add the msmlp model implementation for the cnn ms example
Configuration menu - View commit details
-
Copy full SHA for 6f9051c - Browse repository at this point
Copy the full SHA 6f9051cView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c1a05e - Browse repository at this point
Copy the full SHA 9c1a05eView commit details
Commits on Jul 30, 2024
-
Merge pull request #1192 from moazreyad/dev-postgresql
Commit the benchmark model for the cnn ms example
Configuration menu - View commit details
-
Copy full SHA for 924f352 - Browse repository at this point
Copy the full SHA 924f352View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d917f09 - Browse repository at this point
Copy the full SHA d917f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ffa82 - Browse repository at this point
Copy the full SHA 20ffa82View commit details
Commits on Aug 5, 2024
-
Merge pull request #1193 from moazreyad/dev-postgresql
Add the Sum Error Loss for Synfolw
Configuration menu - View commit details
-
Copy full SHA for 8735f49 - Browse repository at this point
Copy the full SHA 8735f49View commit details
Commits on Aug 6, 2024
-
Add the implementation for the SumError class
Add the implementation for the SumError class
Configuration menu - View commit details
-
Copy full SHA for c01551e - Browse repository at this point
Copy the full SHA c01551eView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9d1cc9 - Browse repository at this point
Copy the full SHA e9d1cc9View commit details
Commits on Aug 9, 2024
-
Update the RELEASE_NOTES for v4.3.0
Update the RELEASE_NOTES for v4.3.0
Configuration menu - View commit details
-
Copy full SHA for d745905 - Browse repository at this point
Copy the full SHA d745905View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ec9585 - Browse repository at this point
Copy the full SHA 8ec9585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7237a87 - Browse repository at this point
Copy the full SHA 7237a87View commit details
Commits on Aug 11, 2024
-
Merge pull request #1195 from lzjpaul/24-8-9-dev
Update the RELEASE_NOTES for v4.3.0
Configuration menu - View commit details
-
Copy full SHA for 9a87f9e - Browse repository at this point
Copy the full SHA 9a87f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04859e6 - Browse repository at this point
Copy the full SHA 04859e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 827f22d - Browse repository at this point
Copy the full SHA 827f22dView commit details -
Merge pull request #1197 from GY-GitCode/24-8-11-dev
Update configurations for v4.3.0
Configuration menu - View commit details
-
Copy full SHA for 8f81095 - Browse repository at this point
Copy the full SHA 8f81095View commit details -
Add the SumErrorLayer class for the msmlp model
Add the SumErrorLayer class for the msmlp model
Configuration menu - View commit details
-
Copy full SHA for d4b11ab - Browse repository at this point
Copy the full SHA d4b11abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77fbc63 - Browse repository at this point
Copy the full SHA 77fbc63View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09df965 - Browse repository at this point
Copy the full SHA 09df965View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c594e78 - Browse repository at this point
Copy the full SHA c594e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e397d7c - Browse repository at this point
Copy the full SHA e397d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b6de2 - Browse repository at this point
Copy the full SHA 55b6de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1544f14 - Browse repository at this point
Copy the full SHA 1544f14View commit details
Commits on Aug 14, 2024
-
Merge pull request #1200 from moazreyad/dev-postgresql
Add the running script for the Transformer example
Configuration menu - View commit details
-
Copy full SHA for e1200aa - Browse repository at this point
Copy the full SHA e1200aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5857b3 - Browse repository at this point
Copy the full SHA b5857b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2677bdd - Browse repository at this point
Copy the full SHA 2677bddView commit details -
Merge pull request #1202 from gzrp/dev-postgresql
Add implementations of the Transformer model
Configuration menu - View commit details
-
Copy full SHA for 9ce6f8f - Browse repository at this point
Copy the full SHA 9ce6f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b721fb - Browse repository at this point
Copy the full SHA 4b721fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 292acb2 - Browse repository at this point
Copy the full SHA 292acb2View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26664e8 - Browse repository at this point
Copy the full SHA 26664e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d3a3b - Browse repository at this point
Copy the full SHA b7d3a3bView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a204dfd - Browse repository at this point
Copy the full SHA a204dfdView commit details -
Update Transformer example README.md
Update Transformer example README.md
Configuration menu - View commit details
-
Copy full SHA for 0096e45 - Browse repository at this point
Copy the full SHA 0096e45View commit details -
Update the license header for README.md
Update the license header for README.md
Configuration menu - View commit details
-
Copy full SHA for 9b0bbf1 - Browse repository at this point
Copy the full SHA 9b0bbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 294a719 - Browse repository at this point
Copy the full SHA 294a719View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2108b7 - Browse repository at this point
Copy the full SHA d2108b7View commit details