This is an automated email from the ASF dual-hosted git repository. zhaojing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/singa.git
commit 7717c6fd50dbb12f3fe615f275ddc4be64ce83ae Merge: 93fd9da7 946f5df4 Author: Zhaojing Luo <[email protected]> AuthorDate: Sat May 7 13:24:47 2022 +0800 Merge pull request #963 from apache/dev Dev: merge dev commits into master CITATION.cff | 36 +++ CMakeLists.txt | 6 +- RELEASE_NOTES | 35 +++ examples/cifar_distributed_cnn/README.md | 3 +- .../autograd/resnet_cifar10.py | 292 +++++++++++++++++++ .../cifar_distributed_cnn/autograd/resnet_dist.py | 87 ++++++ examples/cifar_distributed_cnn/benchmark.py | 1 + .../data/download_cifar100.py | 26 ++ examples/cifar_distributed_cnn/model/cnn.py | 90 ++++++ examples/cifar_distributed_cnn/run-rtx.sh | 26 ++ examples/cifar_distributed_cnn/train_cnn.py | 4 +- .../demos/Classification/BloodMnist/ClassDemo.py | 270 ++++++++++++++++++ examples/demos/Classification/BloodMnist/Readme.md | 45 +++ .../demos/Classification/BloodMnist/transforms.py | 166 +++++++++++ examples/largedataset_cnn/README.md | 5 +- examples/largedataset_cnn/model/alexnet.py | 119 ++++++++ examples/largedataset_cnn/model/cnn.py | 90 ++++++ examples/largedataset_cnn/model/resnet.py | 300 ++++++++++++++++++++ examples/largedataset_cnn/model/xceptionnet.py | 311 +++++++++++++++++++++ examples/largedataset_cnn/process_data.py | 10 +- examples/largedataset_cnn/train_largedata.py | 30 +- examples/singa_easy/README.md | 28 ++ .../singa_easy/examples/data/SampleQuestion.json | 26 ++ examples/singa_easy/scripts/start.sh | 24 ++ examples/singa_easy/scripts/stop.sh | 26 ++ .../modules/explanations/lime/__init__.py | 18 ++ .../singa_easy/modules/explanations/lime/lime.py | 75 +++++ 27 files changed, 2120 insertions(+), 29 deletions(-)
