bruinxiong / Densenet.mxnet

:fire::fire:A MXNet implementation of DenseNet(with BC structure):fire::fire:
Apache License 2.0
120 stars 45 forks source link

Why didn't you use image channelwise normalizaation ? #5

Open HaiminZhang opened 6 years ago

HaiminZhang commented 6 years ago

I wonder why you did not use image channel wise normalization in ImageRecordIter (the data of each channel is subtracted by mean, and then devided by std). This has been confusing to me? Looking forward to your reply.