Closed CSer-Tang-hao closed 4 years ago
I think that normalization step is not suitable for practical scenarios, since training data and classes can be incremental. But, normalization with mean & std should know data statistics.
Thanks.
I think that normalization step is not suitable for practical scenarios, since training data and classes can be incremental. But, normalization with mean & std should know data statistics.
Thanks.
In terms of the use of the normalization step, have you done any experiments to show that it's affecting?
I haven't experimented separately. It would be great if you could try and let me know.
I noticed that the operation similar to "transforms. Normalize" is not used in data preprocessing, but this is a common data processing step that used in most previous works such as MetaOptNet.
Looking forward to your reply!
Thanks