未验证 提交 e1894ca1 编写于 作者: 李木一 提交者: GitHub

Update filter_pruning.md (#1165)

上级 c2cbef1a
......@@ -85,7 +85,7 @@ pruner = L1NormFilterPruner(net, [1, 3, 224, 224])
如果本地文件系统已有一个存储敏感度信息(见4.1节)的文件,声明`L1NormFilterPruner`对象时,可以通过指定`sen_file`选项加载计算好的敏感度信息,如下:
```python
#pruner = L1NormFilterPruner(net, [1, 3, 224, 224]), sen_file="./sen.pickle")
#pruner = L1NormFilterPruner(net, [1, 3, 224, 224], sen_file="./sen.pickle")
```
### 4.1 卷积重要性分析
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册