Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleSlim
提交
3eee512e
P
PaddleSlim
项目概览
PaddlePaddle
/
PaddleSlim
大约 1 年 前同步成功
通知
51
Star
1434
Fork
344
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
53
列表
看板
标记
里程碑
合并请求
16
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleSlim
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
53
Issue
53
列表
看板
标记
里程碑
合并请求
16
合并请求
16
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
3eee512e
编写于
5月 05, 2022
作者:
M
moneypi
提交者:
GitHub
5月 05, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update docs (#1071)
上级
55a2b994
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
11 addition
and
11 deletion
+11
-11
demo/mkldnn_quant/README.md
demo/mkldnn_quant/README.md
+2
-2
docs/README.md
docs/README.md
+1
-1
docs/zh_cn/cv/detection/static/paddledetection_slim_distillation_tutorial.md
...tion/static/paddledetection_slim_distillation_tutorial.md
+1
-1
docs/zh_cn/cv/detection/static/paddledetection_slim_nas_tutorial.md
.../cv/detection/static/paddledetection_slim_nas_tutorial.md
+1
-1
docs/zh_cn/cv/detection/static/paddledetection_slim_pruing_tutorial.md
.../detection/static/paddledetection_slim_pruing_tutorial.md
+1
-1
docs/zh_cn/cv/detection/static/paddledetection_slim_prune_dist_tutorial.md
...ection/static/paddledetection_slim_prune_dist_tutorial.md
+1
-1
docs/zh_cn/cv/detection/static/paddledetection_slim_quantization_tutorial.md
...tion/static/paddledetection_slim_quantization_tutorial.md
+1
-1
docs/zh_cn/cv/detection/static/paddledetection_slim_sensitivy_tutorial.md
...tection/static/paddledetection_slim_sensitivy_tutorial.md
+1
-1
docs/zh_cn/tutorials/nas/static/sanas_darts_space.md
docs/zh_cn/tutorials/nas/static/sanas_darts_space.md
+2
-2
未找到文件。
demo/mkldnn_quant/README.md
浏览文件 @
3eee512e
...
...
@@ -117,9 +117,9 @@ val/ILSVRC2012_val_00000002.jpg 0
#### 准备预测推理库
用户可以从源码编译Paddle推理库,也可以直接下载推理库。
- 用户可以从Paddle源码编译Paddle推理库,参考[从源码编译](https://
www.paddlepaddle.org.cn/documentation/docs/zh/develop/advanced_guide/inference_deployment/inference/build_and_install_lib_cn.html#id12
),使用release/2.0以上版本。
- 用户可以从Paddle源码编译Paddle推理库,参考[从源码编译](https://
paddleinference.paddlepaddle.org.cn/user_guides/source_compile.html
),使用release/2.0以上版本。
- 用户也可以从Paddle官网下载发布的[预测库](https://
www.paddlepaddle.org.cn/documentation/docs/zh/develop/advanced_guide/inference_deployment/inference/build_and_install_lib_cn.html)。请选择`
ubuntu14.04_cpu_avx_mkl
`
最新发布版或者develop版。
- 用户也可以从Paddle官网下载发布的[预测库](https://
paddleinference.paddlepaddle.org.cn/user_guides/download_lib.html)。请选择
最新发布版或者develop版。
#### 编译应用
...
...
docs/README.md
浏览文件 @
3eee512e
...
...
@@ -74,7 +74,7 @@ make html
## 2.2 预览文档
进入
`PaddleSlim/docs/zh_cn/build/html`
路径下。
执行
`python -m
SimpleHTTPS
erver 8883`
。
执行
`python -m
http.s
erver 8883`
。
假设当前机器IP为
`server_ip`
。
通过浏览器查看链接
`server_ip:8883`
即可预览文档。
...
...
docs/zh_cn/cv/detection/static/paddledetection_slim_distillation_tutorial.md
浏览文件 @
3eee512e
# 目标检测模型蒸馏教程
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
0.2
/slim/distillation/README.md
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
2.4/static
/slim/distillation/README.md
## 示例结果
...
...
docs/zh_cn/cv/detection/static/paddledetection_slim_nas_tutorial.md
浏览文件 @
3eee512e
# 人脸检测模型小模型结构搜索教程
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
0.2
/slim/nas/README.md
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
2.4/static
/slim/nas/README.md
## 概述
...
...
docs/zh_cn/cv/detection/static/paddledetection_slim_pruing_tutorial.md
浏览文件 @
3eee512e
# 目标检测模型卷积通道剪裁教程
请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
0.2
/slim/prune/README.md
请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
2.4/static
/slim/prune/README.md
docs/zh_cn/cv/detection/static/paddledetection_slim_prune_dist_tutorial.md
浏览文件 @
3eee512e
# 目标检测模型蒸馏剪裁教程
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
0.2
/slim/extensions/distill_pruned_model/README.md
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
2.4/static
/slim/extensions/distill_pruned_model/README.md
## 概述
...
...
docs/zh_cn/cv/detection/static/paddledetection_slim_quantization_tutorial.md
浏览文件 @
3eee512e
# 目标检测模型量化教程
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
0.2
/slim/quantization/README.md
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
2.4/static
/slim/quantization/README.md
## 示例结果
...
...
docs/zh_cn/cv/detection/static/paddledetection_slim_sensitivy_tutorial.md
浏览文件 @
3eee512e
# 目标检测模型敏感度分析教程
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
0.2
/slim/sensitive/README.md
教程内容请参考:https://github.com/PaddlePaddle/PaddleDetection/blob/release/
2.4/static
/slim/sensitive/README.md
docs/zh_cn/tutorials/nas/static/sanas_darts_space.md
浏览文件 @
3eee512e
...
...
@@ -266,12 +266,12 @@ sa_nas.reward(float(valid_top1_list[-1] + valid_top1_list[-2]) / 2)
搜索文件位于:
[
darts_sanas_demo
](
https://github.com/PaddlePaddle/PaddleSlim/blob/develop/demo/nas/sanas_darts_space.py
)
,搜索过程中限制模型参数量为不大于3.77M。
```
shell
cd
demo/nas/
python
darts_nas
.py
python
sanas_darts_space
.py
```
### 11. 利用demo下的脚本启动最终实验
最终实验文件位于:
[
darts_sanas_demo
](
https://github.com/PaddlePaddle/PaddleSlim/blob/develop/demo/nas/sanas_darts_space.py
)
,最终实验需要训练600epoch。以下示例输入token为
`[5, 5, 0, 5, 5, 10, 7, 7, 5, 7, 7, 11, 10, 12, 10, 0, 5, 3, 10, 8]`
。
```
shell
cd
demo/nas/
python
darts_nas
.py
--token
5 5 0 5 5 10 7 7 5 7 7 11 10 12 10 0 5 3 10 8
--retain_epoch
600
python
sanas_darts_space
.py
--token
5 5 0 5 5 10 7 7 5 7 7 11 10 12 10 0 5 3 10 8
--retain_epoch
600
```
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录