Before this change, ZCA normalization on ImageNet was run on
flattened arrays from NHWC -- even though the ZCA statistics
for CIFAR10 were computed from flattened arrays from NCHW.
Hopefully, after this change we may get better fine-tuning results
on the ImageNet->CIFAR10 experiment.
Before this change, ZCA normalization on ImageNet was run on flattened arrays from NHWC -- even though the ZCA statistics for CIFAR10 were computed from flattened arrays from NCHW.
Hopefully, after this change we may get better fine-tuning results on the ImageNet->CIFAR10 experiment.