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

Dilation support for Conv #40

Merged
merged 3 commits into from
May 21, 2018
Merged

Dilation support for Conv #40

merged 3 commits into from
May 21, 2018

Conversation

tejank10
Copy link
Contributor

@tejank10 tejank10 commented May 9, 2018

Added dilation support for convolution layers (2d and 3d). @staticfloat

@tejank10 tejank10 changed the title [WIP] Dilation for Conv Dilation support for Conv May 9, 2018
@staticfloat
Copy link
Contributor

Awesome! I'm a little unfamiliar with where this all lives; do 1D convolutions live here as well, or is that a separate location? (I ask because I want to do WaveNet-style convolutions, which are 1-d dilated convolutions on audio data)

@tejank10
Copy link
Contributor Author

Yes, 1D convolutions are here. Dilation is available for that as well.

@MikeInnes
Copy link
Member

Awesome. I'll let @staticfloat have the final word on this; if he's happy we can merge.

@staticfloat
Copy link
Contributor

I'm happy with it! Please merge away. :)

@MikeInnes
Copy link
Member

Thanks @tejank10!

@MikeInnes MikeInnes merged commit 513ff01 into FluxML:master May 21, 2018
ToucheSir pushed a commit that referenced this pull request Feb 13, 2023
Use new `PoolDims` constructor for NNlib v0.8
ToucheSir pushed a commit that referenced this pull request Feb 13, 2023
Use new `PoolDims` constructor for NNlib v0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants