[GitHub] szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-04-13 Thread GitBox
szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-381229927
 
 
   @bradcar the leaky relu operator in 'prelu' mode supports any broadcast-able 
alpha shapes. Since it's impossible to infer the shape of parameter until it 
sees the first input, we chose to put the simplest case in the constructor.
   
   For your use case when you need more than one alpha parameters, you can 
simply use the operator.


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


[GitHub] szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-04-06 Thread GitBox
szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-379312122
 
 
   @lvyong1943 
https://github.com/apache/incubator-mxnet/pull/9662/files#diff-be63e28c2263dcd0e3a7116463607037R72


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


[GitHub] szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-02-09 Thread GitBox
szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-364580365
 
 
   ping @piiswrong 


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


[GitHub] szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-02-07 Thread GitBox
szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-363929433
 
 
   @piiswrong, I addressed latest comments. Let me know if any further change 
is needed.


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


[GitHub] szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-02-02 Thread GitBox
szha commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-362786409
 
 
   @piiswrong addressed the infer shape issue. Let me know if you have more 
comments.


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