larroy removed a comment on issue #13333: Two C++ unit test failing 
ACTIVATION_PERF.ExecuteBidirectional ACTIVATION_PERF.TimingCPU
URL: 
https://github.com/apache/incubator-mxnet/issues/13333#issuecomment-440260147
 
 
   Parsing is correct, as enum ActivationOpType {kReLU, kSigmoid, kTanh, 
kSoftReLU, kSoftSign};
   
   kTanh is 2 which is correct:
   
   ```
   Breakpoint 4, mxnet::op::ParamParser<mxnet::op::ActivationParam> 
(attrs=0xbeffe4dc) at /work/mxnet/src/operator/nn/./../operator_common.h:471
   (gdb) p param
   $24 = {
     <dmlc::Parameter<mxnet::op::ActivationParam>> = {<No data fields>}, 
     members of mxnet::op::ActivationParam:
     act_type = 2
   }
   ```

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