You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/19 13:21:10 UTC

[GitHub] chinakook commented on issue #7469: Do we need to subtract mean pixel values when extracting cnn feautre

chinakook commented on issue #7469: Do we need to subtract mean pixel values when extracting cnn feautre
URL: https://github.com/apache/incubator-mxnet/issues/7469#issuecomment-323522764
 
 
   If the model have used batch normalization following the data layer(data batch normalization), you can ignore the mean pixel values and additional std scale sometimes. However, if the batch normalization have used after some layers except data layer, you should subtract the mean values and multiply a std scale sometimes.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services