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/08/25 12:20:35 UTC

[GitHub] wkcn opened a new issue #12353: No Activation Information for mxnet.gluon.nn._Conv

wkcn opened a new issue #12353: No Activation Information for mxnet.gluon.nn._Conv
URL: https://github.com/apache/incubator-mxnet/issues/12353
 
 
   ## Description
   It's confused that there is no any activation information for mxnet.gluon.nn._Conv
   ```python
   >>> mx.gluon.nn.Conv2D(channels=3,kernel_size=(1,1))
   Conv2D(None -> 3, kernel_size=(1, 1), stride=(1, 1))
   >>> mx.gluon.nn.Conv2D(channels=3,kernel_size=(1,1),activation='relu')
   Conv2D(None -> 3, kernel_size=(1, 1), stride=(1, 1))
   ```
   
   ## Environment info (Required)
   Package used (Python/R/Scala/Julia):
   Python
   
   ## Build info (Required if built from source)
   MXNet commit hash:
   ad34e05b
   ver 1.3.0
   
   ## What have you tried to solve it?
   
   1. Add the activation information in `mxnet.gluon.nn._Conv.__repr__`

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