提交 365971e5 编写于 作者: L Liufang Sang 提交者: whs

skip max pool2d in resnet34 test=release/1.6 (#3618)

上级 35a81579
...@@ -128,6 +128,8 @@ python ../infer.py \ ...@@ -128,6 +128,8 @@ python ../infer.py \
## 示例结果 ## 示例结果
>当前release的结果并非超参调优后的最好结果,仅做示例参考,后续我们会优化当前结果。
### MobileNetV1-YOLO-V3 ### MobileNetV1-YOLO-V3
| FLOPS |Box AP| | FLOPS |Box AP|
......
...@@ -209,6 +209,8 @@ python ../infer.py \ ...@@ -209,6 +209,8 @@ python ../infer.py \
## 示例结果 ## 示例结果
> 当前release的结果并非超参调优后的最好结果,仅做示例参考,后续我们会优化当前结果。
### MobileNetV1-YOLO-V3 ### MobileNetV1-YOLO-V3
| FLOPS |Box AP| model_size |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)| | FLOPS |Box AP| model_size |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)|
......
...@@ -224,6 +224,8 @@ FP32模型可使用PaddleLite进行加载预测,可参见教程[Paddle-Lite如 ...@@ -224,6 +224,8 @@ FP32模型可使用PaddleLite进行加载预测,可参见教程[Paddle-Lite如
## 示例结果 ## 示例结果
>当前release的结果并非超参调优后的最好结果,仅做示例参考,后续我们会优化当前结果。
### MobileNetV1 ### MobileNetV1
| weight量化方式 | activation量化方式| Box ap |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)| | weight量化方式 | activation量化方式| Box ap |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)|
......
...@@ -151,6 +151,8 @@ python infer.py \ ...@@ -151,6 +151,8 @@ python infer.py \
## 示例结果 ## 示例结果
> 当前release的结果并非超参调优后的最好结果,仅做示例参考,后续我们会优化当前结果。
### MobileNetV1 ### MobileNetV1
| FLOPS | top1_acc/top5_acc | | FLOPS | top1_acc/top5_acc |
......
...@@ -51,6 +51,7 @@ class ResNet(): ...@@ -51,6 +51,7 @@ class ResNet():
stride=2, stride=2,
act='relu', act='relu',
name=prefix_name + conv1_name) name=prefix_name + conv1_name)
with fluid.name_scope("skip_quant"):
conv = fluid.layers.pool2d( conv = fluid.layers.pool2d(
input=conv, input=conv,
pool_size=3, pool_size=3,
......
...@@ -140,6 +140,8 @@ python infer.py \ ...@@ -140,6 +140,8 @@ python infer.py \
## 示例结果 ## 示例结果
>当前release的结果并非超参调优后的最好结果,仅做示例参考,后续我们会优化当前结果。
### MobileNetV1 ### MobileNetV1
| FLOPS |top1_acc/top5_acc| model_size |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)| | FLOPS |top1_acc/top5_acc| model_size |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)|
......
...@@ -162,6 +162,8 @@ FP32模型可使用Paddle-Lite进行加载预测,可参见教程[Paddle-Lite ...@@ -162,6 +162,8 @@ FP32模型可使用Paddle-Lite进行加载预测,可参见教程[Paddle-Lite
## 示例结果 ## 示例结果
>当前release的结果并非超参调优后的最好结果,仅做示例参考,后续我们会优化当前结果。
### MobileNetV1 ### MobileNetV1
| weight量化方式 | activation量化方式| top1_acc/top5_acc |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)| 模型下载| | weight量化方式 | activation量化方式| top1_acc/top5_acc |Paddle Fluid inference time(ms)| Paddle Lite inference time(ms)| 模型下载|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册