Hi, I am trying to reproduce the resnet imagenet result on mxnet.
I noticed that you have successfully reproduced the resnet results from facebook,
but you mentioned that
when epoch is about 95, cancel the scale/color/aspect augmentation during training, this can be done by only comment out 6 lines of the code, like this:
I didn't quite understand why we need this procedure to get a similar results because I as far as I know Torch/PyTorch don't need this procedure.
Is that means if we don't apply this procedure, the result will be suffered (lower than the paper claimed)?
Thanks