From f139a89ce3f9bd8c99bf6519bdec8e6843cc391c Mon Sep 17 00:00:00 2001 From: Bai Yifan Date: Tue, 12 Nov 2019 14:06:44 +0800 Subject: [PATCH] fix distillation readme (#3910) --- PaddleCV/PaddleDetection/slim/distillation/README.md | 2 +- PaddleSlim/classification/distillation/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PaddleCV/PaddleDetection/slim/distillation/README.md b/PaddleCV/PaddleDetection/slim/distillation/README.md index e970cc42..e46e6a2c 100755 --- a/PaddleCV/PaddleDetection/slim/distillation/README.md +++ b/PaddleCV/PaddleDetection/slim/distillation/README.md @@ -135,7 +135,7 @@ python ../infer.py \ | FLOPS |Box AP| |---|---| |baseline|76.2 | -|蒸馏后|- | +|蒸馏后|76.27 | ## FAQ diff --git a/PaddleSlim/classification/distillation/README.md b/PaddleSlim/classification/distillation/README.md index 13b83a3b..10af9b9c 100755 --- a/PaddleSlim/classification/distillation/README.md +++ b/PaddleSlim/classification/distillation/README.md @@ -137,7 +137,7 @@ strategies: | FLOPS | top1_acc/top5_acc | | -------- | ----------------- | | baseline | 70.99%/89.68% | -| 蒸馏后 | - | +| 蒸馏后 | 72.30%/90.98% | #### 训练超参 @@ -153,7 +153,7 @@ strategies: | FLOPS | top1_acc/top5_acc | | -------- | ----------------- | | baseline | 72.15%/90.65% | -| 蒸馏后 | 70.66%/90.42% | +| 蒸馏后 | 70.95%/90.40% | #### 训练超参 @@ -169,7 +169,7 @@ strategies: | FLOPS | top1_acc/top5_acc | | -------- | ----------------- | | baseline | 74.57%/92.14% | -| 蒸馏后 | - | +| 蒸馏后 | 74.48%/91.95% | #### 训练超参 -- GitLab