|
|
@@ -28,7 +28,7 @@ PaddleX提供了两种方式:
|
|
|
基于上述两种方案,我们在PaddleX上使用样例数据进行了实验,在Tesla P40上实验指标如下所示:
|
|
|
|
|
|
### 图像分类
|
|
|
-实验背景:使用MobileNetV2模型,数据集为蔬菜分类示例数据,使用方法见[使用教程-模型压缩-图像分类](./tutorials/classification.html)
|
|
|
+实验背景:使用MobileNetV2模型,数据集为蔬菜分类示例数据,裁剪训练代码见[tutorials/compress/classification](https://github.com/PaddlePaddle/PaddleX/tree/develop/tutorials/compress/classification)
|
|
|
|
|
|
| 模型 | 裁剪情况 | 模型大小 | Top1准确率(%) |GPU预测速度 | CPU预测速度 |
|
|
|
| :-----| :--------| :-------- | :---------- |:---------- |:----------|
|
|
|
@@ -37,7 +37,7 @@ PaddleX提供了两种方式:
|
|
|
|MobileNetV2 | 方案二(eval_metric_loss=0.10) | 6.0M | 99.58 |5.42ms |29.06ms |
|
|
|
|
|
|
### 目标检测
|
|
|
-实验背景:使用YOLOv3-MobileNetV1模型,数据集为昆虫检测示例数据,使用方法见[使用教程-模型压缩-目标检测](./tutorials/detection.html)
|
|
|
+实验背景:使用YOLOv3-MobileNetV1模型,数据集为昆虫检测示例数据,裁剪训练代码见[tutorials/compress/detection](https://github.com/PaddlePaddle/PaddleX/tree/develop/tutorials/compress/detection)
|
|
|
|
|
|
| 模型 | 裁剪情况 | 模型大小 | MAP(%) |GPU预测速度 | CPU预测速度 |
|
|
|
| :-----| :--------| :-------- | :---------- |:---------- | :---------|
|
|
|
@@ -46,7 +46,7 @@ PaddleX提供了两种方式:
|
|
|
|YOLOv3-MobileNetV1 | 方案二(eval_metric_loss=0.05) | 29M | 50.27| 9.43ms |360.46ms |
|
|
|
|
|
|
### 语义分割
|
|
|
-实验背景:使用UNet模型,数据集为视盘分割示例数据,使用方法见[使用教程-模型压缩-语义分割](./tutorials/segmentation.html)
|
|
|
+实验背景:使用UNet模型,数据集为视盘分割示例数据,裁剪训练代码见[tutorials/compress/segmentation](https://github.com/PaddlePaddle/PaddleX/tree/develop/tutorials/compress/segmentation)
|
|
|
|
|
|
| 模型 | 裁剪情况 | 模型大小 | mIOU(%) |GPU预测速度 | CPU预测速度 |
|
|
|
| :-----| :--------| :-------- | :---------- |:---------- | :---------|
|