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 MultiNodeBatchNormalization #106

Merged
merged 20 commits into from
Aug 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a note about chainer version
  • Loading branch information
iwiwi committed Aug 16, 2017
commit bc0c2dcd04b8802933066ebb8ea8aa0ce15de07e
2 changes: 2 additions & 0 deletions chainermn/links/batch_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class MultiNodeBatchNormalization(link.Link):
communicate to conduct 'correct' batch normalization (e.g., obtaining
mean and std for the whole global batch).

This link works only with Chainer >= 2.0.0.

Args:
size (int or tuple of ints): Size (or shape) of channel
dimensions.
Expand Down