From 5678a76d35b852c7906eead368a9cb75186053b8 Mon Sep 17 00:00:00 2001 From: chengchunlei <0510568@163.com> Date: Mon, 26 Oct 2020 10:32:09 +0800 Subject: [PATCH] update dnmetis/README.md. --- dnmetis/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dnmetis/README.md b/dnmetis/README.md index a864f36..d4c2652 100644 --- a/dnmetis/README.md +++ b/dnmetis/README.md @@ -30,6 +30,8 @@ Here is an example of 10 pictures of Imagenet-val dataset:/ ## 3.Start execute the inference: bash run_inference.sh + +Log:/ ``` [INFO] start backend_predict is -1518493925 [INFO] start Execute is -1518490258 @@ -45,6 +47,7 @@ img_orig: ILSVRC2012_val_00000010.JPEG label: 332 predictions: 332 Predict total jpeg: 10 Accuracy: 0.8 ``` +As you seen, "139.47 ms" is the npu inference time,"0.8" is the top1 Accuracy of 10 pictures。 ## 4.Top1 Accuracy of entire Imagenet2012-val Datasets(5w pictures):