You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/21 02:44:34 UTC

[GitHub] solin319 opened a new pull request #8740: fix stride in resnet_v1

solin319 opened a new pull request #8740: fix stride in resnet_v1
URL: https://github.com/apache/incubator-mxnet/pull/8740
 
 
   In image-classification/symbols/resnet-v1, the (2,2) stride was set in 1*1 conv. 
   But in paper, the (2,2) stride should be set in 3*3 conv. 
   https://arxiv.org/abs/1512.03385
   In gluon resnet_v1, the (2,2) stride was set in 3*3 conv, too.

----------------------------------------------------------------
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