apeforest edited a comment on issue #11804: softrelu activation clipping bug in 
MKLDNN
URL: 
https://github.com/apache/incubator-mxnet/issues/11804#issuecomment-424420087
 
 
   @safrooze I have verified that using the master from intel/mkl-dnn module 
the problem has been fixed.
   >
   >>> from mxnet import ndarray as nd
   >>> nd.Activation(nd.array([100]), act_type='softrelu')
   
   [100.]
   <NDArray 1 @cpu(0)>
   >
   @sandeep-krishnamurthy @nswamy Please close this issue.

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