From a539b291915e46dcf4bad7310e9cd2e967a822e3 Mon Sep 17 00:00:00 2001 From: thomas-yanxin <58030051+thomas-yanxin@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:50:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8717f0..3904e91 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ PP-ShiTu是一个实用的轻量级通用图像识别系统,主要由主体检 | model | num epoch | batch size/gpu cards | learning rate | use cutout | use ssld | top1 recall | | :----: | :---- | :---- | :---- | :---- | :---- | :---- | | PP_LCNet_x2_5 | 400 | 256/4 | 0.01 | N | N | 97.97% | - | PP_LCNet_x2_5 | 400 | 256/4 | 0.005 | Y | N | 92.23% | + | PP_LCNet_x2_5 | 400 | 256/4 | 0.005 | Y | N | 98.23% | | PP_LCNet_x2_5 | 400 | 256/4 | 0.001 | Y | N | 98.26% | | PP_LCNet_x2_5 | 400 | 64/4 | 0.005 | Y | Y | 98.30% | | PP_LCNet_x2_5 | 400 | 64/4 | 0.0025 | Y | Y | 98.37% |