From 90fa9d2ff9ac4402e3eeaa49805c70ad19d3e100 Mon Sep 17 00:00:00 2001 From: liuht Date: Tue, 25 Apr 2023 14:00:08 +0800 Subject: [PATCH 1/7] [DOC] add pfs performance --- docs/start/performance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/performance.rst b/docs/start/performance.rst index f36f402..c92853e 100644 --- a/docs/start/performance.rst +++ b/docs/start/performance.rst @@ -40,7 +40,7 @@ The time-consuming specification generation is shown in the table below: ==================== ==================== ================================= Dataset Data Dimensions Specification Generation Time (s) ==================== ==================== ================================= -PFS +PFS < 1.5 M5 9~15 CIFAR10 9000*3*32*32 7~10 ==================== ==================== ================================= @@ -50,7 +50,7 @@ The accuracy of search and reuse is shown in the table below: ==================== ==================== ================================= ================================= Dataset Top-1 Performance Job Selector Reuse Average Ensemble Reuse ==================== ==================== ================================= ================================= -PFS +PFS 1.955 +/- 2.866 2.175 +/- 2.847 1.950 +/- 2.888 M5 2.066 +/- 0.424 2.116 +/- 0.472 2.512 +/- 0.573 CIFAR10 0.619 +/- 0.138 0.585 +/- 0.056 0.715 +/- 0.075 ==================== ==================== ================================= ================================= From 38adf008885147c2cde17ea109316c45daf7b80d Mon Sep 17 00:00:00 2001 From: liuht Date: Tue, 25 Apr 2023 14:01:31 +0800 Subject: [PATCH 2/7] [FIX] average reuser vote bug --- learnware/learnware/reuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learnware/learnware/reuse.py b/learnware/learnware/reuse.py index 7c289cc..45be1ef 100644 --- a/learnware/learnware/reuse.py +++ b/learnware/learnware/reuse.py @@ -308,7 +308,7 @@ class AveragingReuser(BaseReuser): else: mean_pred_y += pred_y elif self.mode == "vote": - softmax_pred = softmax(pred_y, axis=1) + softmax_pred = softmax(pred_y, axis=0) if mean_pred_y is None: mean_pred_y = softmax_pred else: From 83242e887aa1d1b3e1545a3ec2bd62a8c6f8d7fe Mon Sep 17 00:00:00 2001 From: Gene Date: Tue, 25 Apr 2023 14:15:49 +0800 Subject: [PATCH 3/7] [MNT] Add dataset information in doc --- docs/start/performance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/performance.rst b/docs/start/performance.rst index 0710d02..8120c79 100644 --- a/docs/start/performance.rst +++ b/docs/start/performance.rst @@ -40,8 +40,8 @@ The time-consuming specification generation is shown in the table below: ==================== ==================== ================================= Dataset Data Dimensions Specification Generation Time (s) ==================== ==================== ================================= -PFS < 1.5 -M5 9~15 +PFS 8714274*31 < 1.5 +M5 46027957*82 9~15 CIFAR10 9000*3*32*32 7~10 ==================== ==================== ================================= From 8261823ad2e947d2c2bcf38b79af87c0e124f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8A=E4=B8=80=20=E9=9B=B7?= Date: Tue, 25 Apr 2023 14:54:42 +0800 Subject: [PATCH 4/7] Add new file --- docs/About/contributors.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/About/contributors.rst diff --git a/docs/About/contributors.rst b/docs/About/contributors.rst new file mode 100644 index 0000000..0300eef --- /dev/null +++ b/docs/About/contributors.rst @@ -0,0 +1,30 @@ +All Contributors +================ + ++----------------+----------------------------------------+ +| Contributor | Homepage | ++================+========================================+ +| Zhi-Hao Tan | `http://www.lamda.nju.edu.cn/tanzh/`_ | ++----------------+----------------------------------------+ +| Lan-Zhe Guo | `http://www.lamda.nju.edu.cn/guolz/`_ | ++----------------+----------------------------------------+ +| Peng Tan | `http://www.lamda.nju.edu.cn/tanp/`_ | ++----------------+----------------------------------------+ +| Xiao-Dong Bi | `http://www.lamda.nju.edu.cn/bixd/`_ | ++----------------+----------------------------------------+ +| Zi-Xuan Chen | `http://www.lamda.nju.edu.cn/chenzx/`_ | ++----------------+----------------------------------------+ +| Qin-Cheng Zheng| `http://www.lamda.nju.edu.cn/zhengqc/`_| ++----------------+----------------------------------------+ +| Zhi Zhou | `http://www.lamda.nju.edu.cn/zhouz/`_ | ++----------------+----------------------------------------+ +| Yi-Xuan Jin | `http://www.lamda.nju.edu.cn/jinyx/`_ | ++----------------+----------------------------------------+ +| Jian-Dong Liu | `http://www.lamda.nju.edu.cn/liujd/`_ | ++----------------+----------------------------------------+ +| Yi Xie | `http://www.lamda.nju.edu.cn/xiey/`_ | ++----------------+----------------------------------------+ +| Hai-Tian Liu | `http://www.lamda.nju.edu.cn/liuht/`_ | ++----------------+----------------------------------------+ +| Hao-Yi Lei | `http://www.lamda.nju.edu.cn/leihy/`_ | ++----------------+----------------------------------------+ From 5dafd12e0f08238ea2cce4588186a29423546d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8A=E4=B8=80=20=E9=9B=B7?= Date: Tue, 25 Apr 2023 14:59:33 +0800 Subject: [PATCH 5/7] Update docs/About/contributors.rst --- docs/About/contributors.rst | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/About/contributors.rst b/docs/About/contributors.rst index 0300eef..9e21963 100644 --- a/docs/About/contributors.rst +++ b/docs/About/contributors.rst @@ -1,30 +1,30 @@ All Contributors ================ -+----------------+----------------------------------------+ -| Contributor | Homepage | -+================+========================================+ -| Zhi-Hao Tan | `http://www.lamda.nju.edu.cn/tanzh/`_ | -+----------------+----------------------------------------+ -| Lan-Zhe Guo | `http://www.lamda.nju.edu.cn/guolz/`_ | -+----------------+----------------------------------------+ -| Peng Tan | `http://www.lamda.nju.edu.cn/tanp/`_ | -+----------------+----------------------------------------+ -| Xiao-Dong Bi | `http://www.lamda.nju.edu.cn/bixd/`_ | -+----------------+----------------------------------------+ -| Zi-Xuan Chen | `http://www.lamda.nju.edu.cn/chenzx/`_ | -+----------------+----------------------------------------+ -| Qin-Cheng Zheng| `http://www.lamda.nju.edu.cn/zhengqc/`_| -+----------------+----------------------------------------+ -| Zhi Zhou | `http://www.lamda.nju.edu.cn/zhouz/`_ | -+----------------+----------------------------------------+ -| Yi-Xuan Jin | `http://www.lamda.nju.edu.cn/jinyx/`_ | -+----------------+----------------------------------------+ -| Jian-Dong Liu | `http://www.lamda.nju.edu.cn/liujd/`_ | -+----------------+----------------------------------------+ -| Yi Xie | `http://www.lamda.nju.edu.cn/xiey/`_ | -+----------------+----------------------------------------+ -| Hai-Tian Liu | `http://www.lamda.nju.edu.cn/liuht/`_ | -+----------------+----------------------------------------+ -| Hao-Yi Lei | `http://www.lamda.nju.edu.cn/leihy/`_ | -+----------------+----------------------------------------+ ++----------------+------------------------------------------------+ +| Contributor | Homepage | ++================+================================================+ +| Zhi-Hao Tan | `Zhi-Hao Tan's Homepage `_ | ++----------------+------------------------------------------------+ +| Lan-Zhe Guo | `Lan-Zhe Guo's Homepage `_ | ++----------------+------------------------------------------------+ +| Peng Tan | `Peng Tan's Homepage `_ | ++----------------+------------------------------------------------+ +| Xiao-Dong Bi | `Xiao-Dong Bi's Homepage `_ | ++----------------+------------------------------------------------+ +| Zi-Xuan Chen | `Zi-Xuan Chen's Homepage `_ | ++----------------+------------------------------------------------+ +| Qin-Cheng Zheng| `Qin-Cheng Zheng's Homepage `_| ++----------------+------------------------------------------------+ +| Zhi Zhou | `Zhi Zhou's Homepage `_ | ++----------------+------------------------------------------------+ +| Yi-Xuan Jin | `Yi-Xuan Jin's Homepage `_ | ++----------------+------------------------------------------------+ +| Jian-Dong Liu | `Jian-Dong Liu's Homepage `_ | ++----------------+------------------------------------------------+ +| Yi Xie | `Yi Xie's Homepage `_ | ++----------------+------------------------------------------------+ +| Hai-Tian Liu | `Hai-Tian Liu's Homepage `_ | ++----------------+------------------------------------------------+ +| Hao-Yi Lei | `Hao-Yi Lei's Homepage `_ | ++----------------+------------------------------------------------+ From e4dc6f1f5a8adbccbd49087a6c36fec6327dc5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8A=E4=B8=80=20=E9=9B=B7?= Date: Tue, 25 Apr 2023 15:01:09 +0800 Subject: [PATCH 6/7] Update docs/About/contributors.rst --- docs/About/contributors.rst | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/About/contributors.rst b/docs/About/contributors.rst index 9e21963..e07fbff 100644 --- a/docs/About/contributors.rst +++ b/docs/About/contributors.rst @@ -1,30 +1,30 @@ All Contributors ================ -+----------------+------------------------------------------------+ -| Contributor | Homepage | -+================+================================================+ -| Zhi-Hao Tan | `Zhi-Hao Tan's Homepage `_ | -+----------------+------------------------------------------------+ -| Lan-Zhe Guo | `Lan-Zhe Guo's Homepage `_ | -+----------------+------------------------------------------------+ -| Peng Tan | `Peng Tan's Homepage `_ | -+----------------+------------------------------------------------+ -| Xiao-Dong Bi | `Xiao-Dong Bi's Homepage `_ | -+----------------+------------------------------------------------+ -| Zi-Xuan Chen | `Zi-Xuan Chen's Homepage `_ | -+----------------+------------------------------------------------+ -| Qin-Cheng Zheng| `Qin-Cheng Zheng's Homepage `_| -+----------------+------------------------------------------------+ -| Zhi Zhou | `Zhi Zhou's Homepage `_ | -+----------------+------------------------------------------------+ -| Yi-Xuan Jin | `Yi-Xuan Jin's Homepage `_ | -+----------------+------------------------------------------------+ -| Jian-Dong Liu | `Jian-Dong Liu's Homepage `_ | -+----------------+------------------------------------------------+ -| Yi Xie | `Yi Xie's Homepage `_ | -+----------------+------------------------------------------------+ -| Hai-Tian Liu | `Hai-Tian Liu's Homepage `_ | -+----------------+------------------------------------------------+ -| Hao-Yi Lei | `Hao-Yi Lei's Homepage `_ | -+----------------+------------------------------------------------+ ++----------------+----------------------------------------------------------------------+ +| Contributor | Homepage | ++================+======================================================================+ +| Zhi-Hao Tan | `Zhi-Hao Tan's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Lan-Zhe Guo | `Lan-Zhe Guo's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Peng Tan | `Peng Tan's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Xiao-Dong Bi | `Xiao-Dong Bi's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Zi-Xuan Chen | `Zi-Xuan Chen's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Qin-Cheng Zheng| `Qin-Cheng Zheng's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Zhi Zhou | `Zhi Zhou's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Yi-Xuan Jin | `Yi-Xuan Jin's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Jian-Dong Liu | `Jian-Dong Liu's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Yi Xie | `Yi Xie's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Hai-Tian Liu | `Hai-Tian Liu's Homepage `_ | ++----------------+----------------------------------------------------------------------+ +| Hao-Yi Lei | `Hao-Yi Lei's Homepage `_ | ++----------------+----------------------------------------------------------------------+ From 5e965879045a75e1ffc57e43d9c2d867a49890c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8A=E4=B8=80=20=E9=9B=B7?= Date: Tue, 25 Apr 2023 15:06:40 +0800 Subject: [PATCH 7/7] Add new file --- docs/About/aboutus.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/About/aboutus.rst diff --git a/docs/About/aboutus.rst b/docs/About/aboutus.rst new file mode 100644 index 0000000..3ce1439 --- /dev/null +++ b/docs/About/aboutus.rst @@ -0,0 +1,4 @@ +About us +================ + +`Visit LAMDA's official website `_