diff --git a/docs/zh_CN/PULC/PULC_multilingual.md b/docs/zh_CN/PULC/PULC_multilingual.md index ef798948f570c8058798193c79a02b8e60661e65..5630e37849c3e36ba2a638a593d554cab055586a 100644 --- a/docs/zh_CN/PULC/PULC_multilingual.md +++ b/docs/zh_CN/PULC/PULC_multilingual.md @@ -39,8 +39,8 @@ | 模型 | 精度 | 延时 | 存储 | 策略 | | --------------------- | --------- | -------- | ------- | ---------------------------------------------- | -| Swin Transformer Tiny | 98.12 | 166.64 | 17 | 使用ImageNet预训练模型 | -| MobileNetv3 large x1 | 98.3 | 4.78 | 107 | 使用ImageNet预训练模型 | +| Swin Transformer Tiny | 98.12 | 166.64 | 107 | 使用ImageNet预训练模型 | +| MobileNetv3 large x1 | 98.3 | 4.78 | 17 | 使用ImageNet预训练模型 | | PPLCNet x1 | 98.35 | 2.56 | 6.5 | 使用ImageNet预训练模型 | | PPLCNet x1 | 98.7 | 2.56 | 6.5 | 使用SSLD预训练模型 | | PPLCNet x1 | 99.12 | 2.56 | 6.5 | 使用SSLD预训练模型+EDA策略 | diff --git a/docs/zh_CN/PULC/PULC_text_image_orientation.md b/docs/zh_CN/PULC/PULC_text_image_orientation.md index e00dcaacbb6109fd049d0eea54c6d7602e6d48d3..c028e6b04bebe8f69eb0f60960b092c3b1f3e487 100644 --- a/docs/zh_CN/PULC/PULC_text_image_orientation.md +++ b/docs/zh_CN/PULC/PULC_text_image_orientation.md @@ -39,8 +39,8 @@ | 模型 | 精度(%) | 延时(ms) | 存储(M) | 策略 | | --------------------- | --------- | ---------- | --------- | ------------------------------------- | -| Swin Transformer Tiny | 99.12 | 163.92 | 17 | 使用ImageNet预训练模型 | -| MobileNetv3 large x1 | 99.35 | 4.71 | 107 | 使用ImageNet预训练模型 | +| Swin Transformer Tiny | 99.12 | 163.92 | 107 | 使用ImageNet预训练模型 | +| MobileNetv3 large x1 | 99.35 | 4.71 | 17 | 使用ImageNet预训练模型 | | PPLCNet x1 | 97.85 | 2.29 | 6.5 | 使用ImageNet预训练模型 | | PPLCNet x1 | 98.02 | 2.29 | 6.5 | 使用SSLD预训练模型 | | **PPLCNet x1** | **99.06** | **2.29** | **6.5** | 使用SSLD预训练模型+SHAS超参数搜索策略 |