anirudhacharya commented on a change in pull request #12748: [MXNET-1028] 
Adding CELU Activation function
URL: https://github.com/apache/incubator-mxnet/pull/12748#discussion_r224525239
 
 

 ##########
 File path: python/mxnet/gluon/nn/activations.py
 ##########
 @@ -181,6 +181,25 @@ def hybrid_forward(self, F, x):
         return F.LeakyReLU(x, act_type='selu', name='fwd')
 
 
+class CELU(HybridBlock):
+    r"""
+    Continuous Exponential Linear Unit (CELU)
+        https://arxiv.org/abs/1704.07483
 
 Review comment:
   i will do that. But I will do it more on these lines - 
http://mxnet.incubator.apache.org/api/python/gluon/nn.html#mxnet.gluon.nn.LeakyReLU
 as this a gluon block rather than an ndarray function.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to