You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/01 18:48:29 UTC

[GitHub] piiswrong commented on a change in pull request #8912: add Gluon PReLU activation layer

piiswrong commented on a change in pull request #8912: add Gluon PReLU activation layer
URL: https://github.com/apache/incubator-mxnet/pull/8912#discussion_r154418807
 
 

 ##########
 File path: python/mxnet/gluon/nn/basic_layers.py
 ##########
 @@ -416,6 +416,48 @@ def __repr__(self):
                         alpha=self._alpha)
 
 
+class PReLU(HybridBlock):
 
 Review comment:
   what's the difference between this and leakyrelu? Should it be an option of leakyrelu?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services