Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions inference/interact/fbrs/model/syncbn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ JIT and cpp extensions are supported after PyTorch0.4, however it is highly reco

## Usage

Please refer to [`test.py`](./test.py) for testing the difference between `nn.BatchNorm2d` and `modules.nn.BatchNorm2d`
Please refer to [`test.py`](https://github.com/tamakoji/pytorch-syncbn/blob/master/test.py) for testing the difference between `nn.BatchNorm2d` and `modules.nn.BatchNorm2d`

```
import torch
Expand Down Expand Up @@ -124,4 +124,4 @@ z = model(x)

Note that in the implementation, normalization with N is performed at step (2) and above equation and implementation is not exactly the same, but mathematically is same.

You can go deeper on above explanation at [Kevin Zakka's Blog](https://kevinzakka.github.io/2016/09/14/batch_normalization/)
You can go deeper on above explanation at [Kevin Zakka's Blog](https://kevinzakka.github.io/2016/09/14/batch_normalization/)