@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?
@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?