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

BatchNormalization and SpatialBatchNormalization conversion missing #131

Closed
jorditg opened this issue Mar 7, 2016 · 7 comments
Closed

Comments

@jorditg
Copy link

jorditg commented Mar 7, 2016

Doesn't convert nn.BatchNormalization to cudnn.BatchNormalization. The same for Spatial.

@szagoruyko
Copy link
Collaborator

don't have the conversion because the format of running_var is different to avoid bugs. will add the conversion when cudnn is fixed to behave as nn.

@oeway
Copy link

oeway commented Apr 7, 2016

+1

1 similar comment
@davek44
Copy link

davek44 commented May 8, 2016

+1

@szagoruyko
Copy link
Collaborator

it is supported in R5 bindings.

@szagoruyko
Copy link
Collaborator

closing because R5 is master now.

@gokceneraslan
Copy link

Could you please also add BatchNorm support to Readme.md?

@soumith
Copy link
Owner

soumith commented Jun 4, 2016

@gokceneraslan added!

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

No branches or pull requests

6 participants