zhanghang1989 opened a new issue #7377: gluon.nn.Conv2D initialization int 
stride not handled correctly
URL: https://github.com/apache/incubator-mxnet/issues/7377
 
 
   When creating 'gluon.nn.Conv2D', passing the stride with integer value, it 
does not automatically convert to tuple and cause 'Floating Point Exception'.
   
    for example 
   ```
   nn.Conv2D(in_channels=inplanes, 
                      channels=planes * self.expansion,
                      kernel_size=1, stride=1)
   ```
   will cause error when forwarding.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to