Onednn: support for filter dilation?

Created on 24 Mar 2018  路  5Comments  路  Source: oneapi-src/oneDNN

Description

Is there currently support for filter dilation in convolution? If not, is there any plan to add this?

question

All 5 comments

Hi,

Yeah, we do have dilation support.
E.g. see here.
Please note, that dilates = {0, 0, .., 0}means regular convolution (some frameworks use 1 for that).

Thanks, I am assuming this refers to atrous convolution?
What about transposed convolution (deconvolution), is it supported?

According to this site -- yes, it is atrous convolution.
Personally I have heard this term for the first time :)

What about transposed convolution (deconvolution), is it supported?

Deconvolution itself is supported (we just recently introduce it via 6290597).
It doesn't support dilation though.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

banderlog picture banderlog  路  6Comments

kruus picture kruus  路  6Comments

Gxllii picture Gxllii  路  6Comments

xiechao4 picture xiechao4  路  3Comments

bhack picture bhack  路  7Comments