454e9b53b8526a660517584a03aa6fd65e9487de,models/mobilenet.py,InvertedResidual,__init__,#InvertedResidual#,43

Before Change


                nn.ReLU6(inplace=True),
                // pw-linear
                nn.Conv2d(hidden_dim, oup, 1, 1, 0, bias=False),
                nn.BatchNorm2d(oup),
            )

    def forward(self, x):

After Change


                nn.ReLU6(inplace=True),
                // pw-linear
                nn.Conv2d(hidden_dim, oup, 1, 1, 0, bias=False),
                SynchronizedBatchNorm2d(oup),
            )

    def forward(self, x):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 5

Instances


Project Name: CSAILVision/semantic-segmentation-pytorch
Commit Name: 454e9b53b8526a660517584a03aa6fd65e9487de
Time: 2018-12-01
Author: zhaohang0124@gmail.com
File Name: models/mobilenet.py
Class Name: InvertedResidual
Method Name: __init__


Project Name: CSAILVision/semantic-segmentation-pytorch
Commit Name: 9d2cd4feba3fc1031c6b33ac179ec20ee49a5d36
Time: 2018-12-03
Author: zhaohang0124@gmail.com
File Name: models/mobilenet.py
Class Name: InvertedResidual
Method Name: __init__


Project Name: CSAILVision/semantic-segmentation-pytorch
Commit Name: 454e9b53b8526a660517584a03aa6fd65e9487de
Time: 2018-12-01
Author: zhaohang0124@gmail.com
File Name: models/mobilenet.py
Class Name:
Method Name: conv_bn


Project Name: CSAILVision/semantic-segmentation-pytorch
Commit Name: 9d2cd4feba3fc1031c6b33ac179ec20ee49a5d36
Time: 2018-12-03
Author: zhaohang0124@gmail.com
File Name: models/mobilenet.py
Class Name:
Method Name: conv_1x1_bn


Project Name: CSAILVision/semantic-segmentation-pytorch
Commit Name: 454e9b53b8526a660517584a03aa6fd65e9487de
Time: 2018-12-01
Author: zhaohang0124@gmail.com
File Name: models/mobilenet.py
Class Name:
Method Name: conv_1x1_bn


Project Name: CSAILVision/semantic-segmentation-pytorch
Commit Name: 9d2cd4feba3fc1031c6b33ac179ec20ee49a5d36
Time: 2018-12-03
Author: zhaohang0124@gmail.com
File Name: models/mobilenet.py
Class Name:
Method Name: conv_bn