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 2017/12/20 18:21:04 UTC

[GitHub] sxjscience commented on issue #9143: maximum value of activation function using tanh goes beyoynd maximum value...

sxjscience commented on issue #9143: maximum value of activation function using tanh goes beyoynd maximum value...
URL: https://github.com/apache/incubator-mxnet/issues/9143#issuecomment-353142661
 
 
   @chowkamlee81 Could you remove these two lines and use `conv4_scale0_relu` directly to bind the symbol?
   ```
   conv4_scale0_relu = mx.symbol.UpSampling(conv4_scale0_relu, num_filter=1, scale=2, sample_type='bilinear',num_args=2, name="upsampling0")
   
   heat_map = mx.symbol.UpSampling(conv4_scale0_relu, num_filter=1, scale=2, sample_type='bilinear', num_args=2,name="upsampling1")
   ```

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