CoinCheung commented on issue #10000: [MXNET-80] Fix average pooling kernel 
size assignment error
URL: https://github.com/apache/incubator-mxnet/pull/10000#issuecomment-375541164
 
 
   @sxjscience I tried and find it does not work. Given a kernel without 
indicating with ```kernel=``` will let python believe it is the first 
unassigned argument ```data```. It might work only if all the other arguments 
before ```kernel``` are given, because in this way, the kernel input without 
```kernel=``` is assigned to the first unassigned argument.

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