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

Add SpatialBatchNormalization CUDA implementation #185

Merged
merged 1 commit into from
Jan 6, 2016

Conversation

colesbury
Copy link
Contributor

Adapted from @nicolasvasilache's implementation and @szagoruyko's port.

This uses less memory than the existing fbcunn implementation and on my ResNet benchmarks is slightly faster than both the current fbcunn and the cudnn implementation.

Here's a little benchmark:
https://gist.github.com/colesbury/51991501334c9e4b1728

soumith added a commit that referenced this pull request Jan 6, 2016
Add SpatialBatchNormalization CUDA implementation
@soumith soumith merged commit d347b97 into torch:master Jan 6, 2016
@soumith
Copy link
Member

soumith commented Jan 6, 2016

Thanks Sam.

@nicolasvasilache
Copy link
Contributor

excellent!

On Wed, Jan 6, 2016 at 2:53 PM, Soumith Chintala notifications@github.com
wrote:

Thanks Sam.


Reply to this email directly or view it on GitHub
#185 (comment).

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.

3 participants