From d40728b8f6314f4986e44c165bec0b75e2fb7d63 Mon Sep 17 00:00:00 2001 From: liuht Date: Tue, 25 Apr 2023 12:02:00 +0800 Subject: [PATCH] [DOC] add m5 performance --- docs/start/performance.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/start/performance.rst b/docs/start/performance.rst index 48b73ee..f36f402 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 -M5 +PFS +M5 9~15 CIFAR10 9000*3*32*32 7~10 ==================== ==================== ================================= @@ -51,7 +51,7 @@ The accuracy of search and reuse is shown in the table below: Dataset Top-1 Performance Job Selector Reuse Average Ensemble Reuse ==================== ==================== ================================= ================================= PFS -M5 +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 ==================== ==================== ================================= =================================