daabbe7d777db18ecdee922c93218bfbd078b305,chainercv/links/model/resnet/resnet.py,ResNet,ResNet_1,#,98
Before Change
152: [3, 8, 36, 3]
}
_models = {
"fb": {
50: {},
101: {},
152: {}
},
"he": {
50: {
"imagenet": {
"param": {"n_class": 1000, "mean": _imagenet_mean},
"overwritable": {"mean"},
"url": "https://github.com/yuyu2172/share-weights/"
"releases/download/0.0.6/"
"resnet50_imagenet_convert_2018_03_07.npz"
},
},
101: {
"imagenet": {
"param": {"n_class": 1000, "mean": _imagenet_mean},
"overwritable": {"mean"},
"url": "https://github.com/yuyu2172/share-weights/"
"releases/download/0.0.6/"
"resnet101_imagenet_convert_2018_03_07.npz"
},
},
152: {
"imagenet": {
"param": {"n_class": 1000, "mean": None},
"default": {"mean": _imagenet_mean},
"url": "https://github.com/yuyu2172/share-weights/"
"releases/download/0.0.6/"
"resnet152_imagenet_convert_2018_03_07.npz"
After Change
152: [3, 8, 36, 3]
}
_models = {
"fb": {
50: {},
101: {},
152: {}
},
"he": {
50: {
"imagenet": {
"param": {"n_class": 1000, "mean": _imagenet_mean},
"overwritable": {"mean"},
"url": "https://github.com/yuyu2172/share-weights/"
"releases/download/0.0.6/"
"resnet50_imagenet_convert_2018_03_07.npz"
},
},
101: {
"imagenet": {
"param": {"n_class": 1000, "mean": _imagenet_mean},
"overwritable": {"mean"},
"url": "https://github.com/yuyu2172/share-weights/"
"releases/download/0.0.6/"
"resnet101_imagenet_convert_2018_03_07.npz"
},
},
152: {
"imagenet": {
"param": {"n_class": 1000, "mean": _imagenet_mean},
"overwritable": {"mean"},
"url": "https://github.com/yuyu2172/share-weights/"
"releases/download/0.0.6/"
"resnet152_imagenet_convert_2018_03_07.npz"

In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: chainer/chainercv
Commit Name: daabbe7d777db18ecdee922c93218bfbd078b305
Time: 2018-05-01
Author: Hakuyume@users.noreply.github.com
File Name: chainercv/links/model/resnet/resnet.py
Class Name: ResNet
Method Name: ResNet_1
Project Name: chainer/chainercv
Commit Name: b8f66e5c4d069ee0bc8c05dadbd031040a5bd4e9
Time: 2018-05-01
Author: Hakuyume@users.noreply.github.com
File Name: chainercv/links/model/vgg/vgg16.py
Class Name: VGG16
Method Name: VGG16_1
Project Name: chainer/chainercv
Commit Name: b8f66e5c4d069ee0bc8c05dadbd031040a5bd4e9
Time: 2018-05-01
Author: Hakuyume@users.noreply.github.com
File Name: chainercv/links/model/resnet/resnet.py
Class Name: ResNet
Method Name: ResNet_1