Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 CNTK中实现宽类型的一维卷积( https://arxiv.org/pdf/1404.2188v1.pdf )。是否有内置方法或者我应该如何使用 Convolution() 的参数来实现它?
谢谢!
您可以尝试用零填充数据,然后使用 C.ops.convolution()。