[GitHub] zhanghang1989 commented on issue #7377: gluon.nn.Conv2D initialization int stride not handled correctly

2017-08-08 Thread git
zhanghang1989 commented on issue #7377: gluon.nn.Conv2D initialization int stride not handled correctly URL: https://github.com/apache/incubator-mxnet/issues/7377#issuecomment-321049677 Never mind, it is a typo. Should be ``strides=1`` instead of ``stride=1`` ---

[GitHub] zhanghang1989 commented on issue #7377: gluon.nn.Conv2D initialization int stride not handled correctly

2017-08-08 Thread git
zhanghang1989 commented on issue #7377: gluon.nn.Conv2D initialization int stride not handled correctly URL: https://github.com/apache/incubator-mxnet/issues/7377#issuecomment-321041311 ```python import mxnet as mx from mxnet import gluon from mxnet.gluon import nn layer=nn.