sxjscience commented on issue #10000: [MXNET-80] Fix average pooling kernel 
size assignment error
URL: https://github.com/apache/incubator-mxnet/pull/10000#issuecomment-376020788
 
 
   Yes.
   
   Get Outlook for iOS<https://aka.ms/o0ukef>
   ________________________________
   From: CoinCheung <notificati...@github.com>
   Sent: Sunday, March 25, 2018 6:08:29 PM
   To: apache/incubator-mxnet
   Cc: Xingjian SHI; Mention
   Subject: Re: [apache/incubator-mxnet] [MXNET-80] Fix average pooling kernel 
size assignment error (#10000)
   
   
   Have we changed the order of python api args by changing the order in the 
C++ source code function body. Do you mean after the changing, the python api 
is also changed?
   like changing python api from:
   
   mxnet.symbol.Pooling(data=None, global_pool=_Null, cudnn_off=_Null, 
kernel=_Null, pool_type=_Null, pooling_convention=_Null, stride=_Null, 
pad=_Null, name=None, attr=None, out=None, **kwargs)
   
   
   To
   
   mxnet.symbol.Pooling(data=None,  kernel=_Null, pool_type=_Null, 
global_pool=_Null, cudnn_off=_Null, pooling_convention=_Null, stride=_Null, 
pad=_Null, name=None, attr=None, out=None, **kwargs)
   
   
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on 
GitHub<https://github.com/apache/incubator-mxnet/pull/10000#issuecomment-376019631>,
 or mute the 
thread<https://github.com/notifications/unsubscribe-auth/AE8D7pqyHUoAu5FTipm3EOVgQTaX-Ifsks5tiD-MgaJpZM4Sd6lm>.
   

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