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 batch normalization layer #107

Closed
201power opened this issue Jan 26, 2016 · 1 comment
Closed

Add batch normalization layer #107

201power opened this issue Jan 26, 2016 · 1 comment
Labels

Comments

@201power
Copy link

It seems the NVcaffe does not have batch normalization layer yet, which is already exist in caffe master branch. Can we add this update to NVcaffe?
A general question: can digits use Caffe master branch directly?

@lukeyeager
Copy link
Member

We have batch normalization in the caffe-0.14 branch. It should be promoted to the master branch soon (see #106 (comment)).

You could use a deb package to install a prebuilt version of v0.14.0-rc.3, which includes batch normalization. Instructions here: https://github.com/NVIDIA/DIGITS/blob/digits-3.0/docs/UbuntuInstall.md

And no, you can't use DIGITS with BVLC/caffe yet. DIGITS needs to know how to interface with Caffe, and without a version number there's no way to tell which interface to use. BVLC#3311 helps, but it remains to be seen what sort of versioning strategy BVLC is going to employ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants