Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ND-Dilated Convolutions #2843

Closed
MannyKayy opened this issue Jun 9, 2017 · 4 comments
Closed

Support for ND-Dilated Convolutions #2843

MannyKayy opened this issue Jun 9, 2017 · 4 comments
Assignees
Labels
cat:feature Implementation that introduces new interfaces.

Comments

@MannyKayy
Copy link
Contributor

Chainer seems to only support 2D dilated convolutions. It would be nice to have ND dilated convolutions. This would be handy for work in other domains such as text, audio and data of other modalities. Some frameworks have now included a dilation argument within the convolution layer (along with the traditional things such as padding, stride, etc..).

Refs:
Caffe Support
Keras Support

@niboshi niboshi added the cat:feature Implementation that introduces new interfaces. label Jun 22, 2017
@stale
Copy link

stale bot commented Oct 23, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added stale Not updated for a longer period of time. and removed stale Not updated for a longer period of time. labels Oct 23, 2017
@beam2d beam2d added the contribution-welcome Contribution is welcomed. If a ticket has this label, anyone is welcomed to work on it. label Dec 11, 2017
@beam2d beam2d self-assigned this Dec 11, 2017
@stale
Copy link

stale bot commented Mar 11, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Not updated for a longer period of time. label Mar 11, 2018
@kmaehashi kmaehashi assigned kmaehashi and unassigned beam2d Apr 9, 2018
@stale stale bot removed the stale Not updated for a longer period of time. label Apr 9, 2018
@kmaehashi
Copy link
Member

PR ongoing: #4591

@kmaehashi kmaehashi removed the contribution-welcome Contribution is welcomed. If a ticket has this label, anyone is welcomed to work on it. label May 31, 2018
@kmaehashi
Copy link
Member

Implemented via #4591.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:feature Implementation that introduces new interfaces.
Projects
None yet
Development

No branches or pull requests

4 participants