MixNet icon indicating copy to clipboard operation
MixNet copied to clipboard

Results 2 MixNet issues
Sort by recently updated
recently updated
newest added

In cifar10.py Line 105 transforms.Normalize((0.4914, 0.4822, 0.4465), (0.2023, 0.1994, 0.2010)) The standard deviation on cifar10 is [0.24703223 0.24348513 0.26158784] and I search online How do you calculate the previous standard...

I have one question on cifar/mixnet.py Line 73- Line 79, the convolution operation order is BN --> conv(1,1) --> relu Usually in conv (resnet version 2), the order is bn-relu-conv...