zhreshold commented on issue #9185: Gluon provided ResNet does not get desirable accuracy on CIFAR10 URL: https://github.com/apache/incubator-mxnet/issues/9185#issuecomment-354522187 @fedorzh Could you share the minimal training script to reproduce the different result from gluon/resnet_symbol? I just found some subtle difference between them and would like to know if that's the reason. More specific, - you have to use `thumbnail=True` for cifar10 - gluon model use `center=False` for the first batchNorm layer, which it's True for symbol version.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
