Skip to content

Commit a64d65f

Browse files
authored
Merge Dev branch for V 5.0.0
2 parents 0cdf27a + 29f8d5b commit a64d65f

File tree

48 files changed

+1816
-901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1816
-901
lines changed

.asf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ github:
2424
wiki: true
2525
# Enable issues on github
2626
issues: true
27-
# Enable settings on github
28-
settings: true

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty)
2929
#string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${VERSION}")
3030

3131

32-
SET(PACKAGE_VERSION 4.3.0) # ${VERSION})
33-
SET(VERSION 4.3.0)
34-
SET(SINGA_MAJOR_VERSION 4)
35-
SET(SINGA_MINOR_VERSION 3)
32+
SET(PACKAGE_VERSION 5.0.0) # ${VERSION})
33+
SET(VERSION 5.0.0)
34+
SET(SINGA_MAJOR_VERSION 5)
35+
SET(SINGA_MINOR_VERSION 0)
3636
SET(SINGA_PATCH_VERSION 0)
3737
#SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR}) # 0 -
3838
#SET(SINGA_MINOR_VERSION ${VERSION_MINOR}) # 0 - 9

RELEASE_NOTES

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Release Notes - SINGA - Version singa-5.0.0
2+
3+
SINGA is a distributed deep learning library.
4+
5+
This release includes following changes:
6+
7+
* Add the implementations of the healthcare model zoo.
8+
* Add the implementation for the cardiovascular disease.
9+
* Add the implementation for the diabetic disease.
10+
* Add the implementation for the hematologic disease.
11+
* Add the implementation for the kidney disease.
12+
* Add the implementation for the malaria disease.
13+
* Add the implementation for the thyroid eye disease.
14+
15+
* Optimize the distributed training by updating the MSOptimizer and MSSGD.
16+
17+
* Improve the efficiency of the transformer example.
18+
19+
* Add the sparsification version of the model for the model selection example.
20+
21+
* Update data processing for the benchmark dataset.
22+
23+
* Update the pom.xml file to include paths for datasets.
24+
25+
* Update the online documentations for the healthcare model zoo.
26+
27+
----------------------------------------------------------------------------------------------
28+
129
Release Notes - SINGA - Version singa-4.3.0
230

331
SINGA is a distributed deep learning library.

examples/healthcare/Hematologic_Disease/ClassDemo.py

Lines changed: 0 additions & 270 deletions
This file was deleted.

examples/healthcare/Hematologic_Disease/Readme.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)