From ab511912fb1afffaa3e7f70767a5fb05c56ffd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=9D=BF?= Date: Wed, 23 Nov 2022 14:47:16 +0800 Subject: [PATCH] update satrn conformer and nerf result MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李睿 --- 3d-reconstruction/hashnerf/readme.md | 2 +- cv/ocr/satrn/pytorch/base/README.md | 2 +- speech/speech_recognition/conformer/pytorch/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3d-reconstruction/hashnerf/readme.md b/3d-reconstruction/hashnerf/readme.md index 0bdf50f04..bb0287e8d 100644 --- a/3d-reconstruction/hashnerf/readme.md +++ b/3d-reconstruction/hashnerf/readme.md @@ -61,7 +61,7 @@ python main_nerf.py data/nerf_llff_data/fern --workspace trial_nerf -O | Convergence criteria | Configuration (x denotes number of GPUs) | Performance | Accuracy | Power(W) | Scalability | Memory utilization(G) | Stability | |----------------------|------------------------------------------|-------------|----------|------------|-------------|-------------------------|-----------| -| N/A | SDK V2.2,bs:4,1x,fp32 | 10 | N/A | 82 | N/A | 28.1 | 1 | +| 0.0652 | SDK V2.2,bs:1,1x,fp16 | 10 | 11.9 | 82 | 0.903 | 28.1 | 1 | ## Reference diff --git a/cv/ocr/satrn/pytorch/base/README.md b/cv/ocr/satrn/pytorch/base/README.md index 0cc6dfec2..e957118f0 100755 --- a/cv/ocr/satrn/pytorch/base/README.md +++ b/cv/ocr/satrn/pytorch/base/README.md @@ -123,7 +123,7 @@ $ bash dist_train.sh configs/models/satrn_academic.py 8 | Convergence criteria | Configuration (x denotes number of GPUs) | Performance | Accuracy | Power(W) | Scalability | Memory utilization(G) | Stability | |----------------------|------------------------------------------|-------------|----------|------------|-------------|-------------------------|-----------| -| 0.841 | SDK V2.2,bs:128,8x,fp32 | 630 | N/A | 166\*8 | 0.98 | 28.5\*8 | 1 | +| 0.841 | SDK V2.2,bs:128,8x,fp32 | 630 | 88.4 | 166\*8 | 0.98 | 28.5\*8 | 1 | ## Reference diff --git a/speech/speech_recognition/conformer/pytorch/README.md b/speech/speech_recognition/conformer/pytorch/README.md index 35cc3b57d..c9b947f89 100755 --- a/speech/speech_recognition/conformer/pytorch/README.md +++ b/speech/speech_recognition/conformer/pytorch/README.md @@ -46,7 +46,7 @@ bash run.sh --stage 6 --stop-stage 6 | Convergence criteria | Configuration (x denotes number of GPUs) | Performance | Accuracy | Power(W) | Scalability | Memory utilization(G) | Stability | |----------------------|------------------------------------------|-------------|----------|------------|-------------|-------------------------|-----------| -| N/A | SDK V2.2,bs:32,8x,fp32 | 380 | N/A | 113\*8 | 0.82 | 21.5\*8 | 1 | +| 3.72 | SDK V2.2,bs:32,8x,fp32 | 380 | 4.79@cer | 113\*8 | 0.82 | 21.5\*8 | 1 | ## Reference -- Gitee