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 2018/12/03 15:48:39 UTC

[GitHub] larroy commented on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward

larroy commented on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward
URL: https://github.com/apache/incubator-mxnet/pull/13409#issuecomment-443757594
 
 
   @TaoLv When I run your python reproducer in master with my patch printing which activation runs I get everything run on CPU:
   
   ```
   ActivationForward
   ActivationGradCompute
   ActivationGradComputeImpl
   ActivationBackward
   ```
   
   Is this what you would expect?
   
   I'm in commit 9979c3cea0aac1a856f511fa195a2be71161ec23 with my previous patch applied to print activations.

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