zhly0 opened a new issue #16759: LeakyReLU 
URL: https://github.com/apache/incubator-mxnet/issues/16759
 
 
   ## Description
   (in the doc:
   
http://mxnet.incubator.apache.org/api/python/docs/api/symbol/op/index.html#mxnet.symbol.op.LeakyReLU.it
 is said that leakyrelu is activate on input element-wise,lets say,we have a 
input with input shape (112,112,3),so when th act type is prelu,the weight 
shape of this layer should be 112x112x3,since it is act element-wise,but when 
print trained model,this layer has shape of (3,),which means it is act channel 
wise.I think it is a bug,or at least the doc or code is wrong.)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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