博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Pytorch中nn.Conv2d的dilation
阅读量:4153 次
发布时间:2019-05-25

本文共 343 字,大约阅读时间需要 1 分钟。

dilation原文解释如下:

controls the spacing between the kernel points; also

known as the à trous algorithm. It is harder to describe, but this link_
has a nice visualization of what :attr:dilation does.

原文中也说描述起来有些难度,就是卷积核的各元素间隔开,默认间隔大小为1。这种卷积称为空洞卷积(也称扩张卷积,膨胀卷积),如下图所示:

No padding, no stride, dilation(Blue maps are inputs, and cyan maps are outputs)

转载地址:http://sarti.baihongyu.com/

你可能感兴趣的文章
研华USB4711A采集卡高速中断模式采集总结
查看>>
从零起步CMFCToolBar用法详解
查看>>
CMFCRibbonStatusBar用法
查看>>
CMFCControlRendererInfo类的参数
查看>>
史上最详细MFC调用mapX5.02.26步骤(附地图测试GST文件)
查看>>
CMFCShellListCtrl使用方法
查看>>
mapnik的demo运行
查看>>
python支持下的mapnik安装
查看>>
cygwin 使用指南
查看>>
只有两类消费电子设备能持续生存
查看>>
基于DUAL-PORT RAM的双CPU快速通讯
查看>>
java 正则表达式
查看>>
《Linux Device Driver》——高级字符驱动程序操作
查看>>
《Linux Device Driver》——时间、延迟及延缓操作
查看>>
《Linux Device Driver》——分配内存
查看>>
《Linux Device Driver》——与硬件通信
查看>>
《Linux Device Driver》——中断处理
查看>>
《Linux Device Driver》——Linux设备模型
查看>>
Handsontable 的数据保存(增删改查+导出excel)
查看>>
DisCuz中php获取用户真实IP
查看>>