Skip to content

Commit 17ac0ad

Browse files
authored
Merge pull request #1114 from zmeihui/23-10-25-release-note
Add the release notes for v4.1.0
2 parents 3990365 + b25cd92 commit 17ac0ad

14 files changed

Lines changed: 66 additions & 17 deletions

NOTICE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@ developers of Apache SINGA under Apache License, Version 2.0.
3232
./doc/_static/images/singav1-sw.png
3333
./examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/image-20231020174425377.png
3434
./examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/image-20231020174945226.png
35+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421214835152.png
36+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421220338391.png
37+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230421220443231.png
38+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035554579.png
39+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035622198.png
40+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035639502.png
41+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230702035806963.png
42+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230722202555763.png
43+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230722205244718.png
44+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230724111325368.png
45+
./examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/ml/model_selection/documents/imgs/image-20230724111659545.png

RELEASE_NOTES

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
Release Notes - SINGA - Version singa-4.1.0
2+
3+
SINGA is a distributed deep learning library.
4+
5+
This release includes following changes:
6+
7+
* New examples
8+
* Add an example for malaria detection using cell images.
9+
* Add an example for structured data learning.
10+
11+
* Add support for models running on top of RDBMS
12+
* Add support for in-database model definition and selection in RDBMS.
13+
* Implement training-free model evaluation metrics for in-database model selection.
14+
* Implement a coordinator to balance between training-free and training-based model evaluations
15+
for in-database model selection.
16+
17+
* Enhance distributed training
18+
* Add implementations for the sum error loss.
19+
* Improve the optimizer to return model gradients.
20+
* Improve the iterative checking for tensors and strings in the ModelMeta class.
21+
22+
* Enhance example code
23+
* Add support for flexible setting of training configurations for models, e.g., learning rates,
24+
weight decay, momentum, etc.
25+
* Add implementations for dynamic models with varying layer sizes.
26+
27+
* Update the website
28+
* Add illustrations for database integration.
29+
* Update users of Apache SINGA.
30+
31+
* Fix bugs
32+
* Update the NVIDIA_GPGKEY in the Dockerfile for building wheel files.
33+
* Update the versions of dependencies in the wheel file.
34+
* Fix the collections module in the model.py file.
35+
36+
----------------------------------------------------------------------------------------------
37+
138
Release Notes - SINGA - Version singa-4.0.0
239

340
SINGA is a distributed deep learning library.

examples/model_selection/TRAILS-Database-Native-Model-Selection/documents/dev_guide.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
#
2-
# Licensed to the Apache Software Foundation (ASF) under one
3-
# or more contributor license agreements. See the NOTICE file
4-
# distributed with this work for additional information
5-
# regarding copyright ownership. The ASF licenses this file
6-
# to you under the Apache License, Version 2.0 (the
7-
# "License"); you may not use this file except in compliance
8-
# with the License. You may obtain a copy of the License at
9-
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS,
14-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
# See the License for the specific language governing permissions and
16-
# limitations under the License.
17-
#
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with < this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
1819

1920
# Change the permission
2021

Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)