safrooze opened a new issue #11804: softrelu activation clipping in MKLDNN URL: https://github.com/apache/incubator-mxnet/issues/11804 ## Description With MKLDNN (enabled in mxnet-cuxxmkl builds), using softrelu activation, the output is clipped to maximum value of 88.37625885009766. This regression was introduced in 1.2.0 when MKLDNN was enabled for activations other than relu in [#10336](https://github.com/apache/incubator-mxnet/pull/10336). ## Environment info (Required) mxnet-cu90mkl >= 1.2.0b20180403 ## Minimum reproducible example ``` nd.Activation(nd.array([100]), act_type='softrelu') ``` output: ``` [ 88.37625885] <NDArray 1 @cpu(0)> ``` @jinhuang415
---------------------------------------------------------------- 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
