Search code examples
cntk

How to implement wide one dimensional convolution in cntk


I'd like to implement the wide type of one dimensional convolution (https://arxiv.org/pdf/1404.2188v1.pdf) in CNTK. Is there a built in method for that or how should I play with the parameters of Convolution() to implement it?

Thanks!


Solution

  • You could try padding your data with zero and then use C.ops.convolution().