Wideresnet.py, line 37: multiply by 0.2

@jeremy
line 37 in: ‘https://github.com/fastai/fastai/blob/master/fastai/models/cifar10/wideresnet.py
reads: ‘x = self.conv2(x) * 0.2’

Can somebody explain please where is this magic multiply by 0.2 coming from? :slight_smile:

1 Like