It may be something wrong on the line 42 in the **utils.py** https://github.com/Queequeg92/SE-Net-CIFAR/blob/d34fb41d8bf97a1b92f9e158e909618032e30d8c/utils.py#L42 I think it should be the following code: ```python mean.div_(len(dataloader)) std.div_(len(dataloader)) ```
It may be something wrong on the line 42 in the utils.py
SE-Net-CIFAR/utils.py
Line 42 in d34fb41
I think it should be the following code: